[Source]
# File wsdl/documentation.rb, line 16 def initialize super end
# File wsdl/documentation.rb, line 25 def parse_attr(attr, value) # Accepts any attribute. true end
# File wsdl/documentation.rb, line 20 def parse_element(element) # Accepts any element. self end
[Validate]