[Source]
# File lib/wsdl/documentation.rb, line 16 16: def initialize 17: super 18: end
# File lib/wsdl/documentation.rb, line 25 25: def parse_attr(attr, value) 26: # Accepts any attribute. 27: true 28: end
# File lib/wsdl/documentation.rb, line 20 20: def parse_element(element) 21: # Accepts any element. 22: self 23: end
[Validate]