# File lib/wsdl/xmlSchema/include.rb, line 36 def parse_attr(attr, value) case attr when SchemaLocationAttrName @handler.parse_schemalocation(value.source, root, parent) else nil end end