# File lib/wsdl/xmlSchema/import.rb, line 31 31: def content 32: @handler.content 33: end
# File lib/wsdl/xmlSchema/import.rb, line 39 39: def parse_attr(attr, value) 40: case attr 41: when NamespaceAttrName 42: @namespace = value.source 43: when SchemaLocationAttrName 44: @handler.parse_schemalocation(value.source, root, parent) 45: else 46: nil 47: end 48: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.