# File lib/wsdl/xmlSchema/import.rb, line 31 def content @handler.content end
# File lib/wsdl/xmlSchema/import.rb, line 39 def parse_attr(attr, value) case attr when NamespaceAttrName @namespace = value.source when SchemaLocationAttrName @handler.parse_schemalocation(value.source, root, parent) else nil end end
Generated with the Darkfish Rdoc Generator 2.