Info
# File lib/wsdl/types.rb, line 18 def initialize super @schemas = [] end
# File lib/wsdl/types.rb, line 38 def parse_attr(attr, value) nil end
# File lib/wsdl/types.rb, line 23 def parse_element(element) case element when SchemaName o = XMLSchema::Schema.new o.location = parent.location @schemas << o o when DocumentationName o = Documentation.new o else nil end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.