# File lib/wsdl/types.rb, line 38 38: def parse_attr(attr, value) 39: nil 40: end
# File lib/wsdl/types.rb, line 23 23: def parse_element(element) 24: case element 25: when SchemaName 26: o = XMLSchema::Schema.new 27: o.location = parent.location 28: @schemas << o 29: o 30: when DocumentationName 31: o = Documentation.new 32: o 33: else 34: nil 35: end 36: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.