# File lib/wsdl/xmlSchema/attributeGroup.rb, line 72 def parse_attr(attr, value) case attr when NameAttrName @name = XSD::QName.new(targetnamespace, value.source) when RefAttrName @ref = value else nil end end
# File lib/wsdl/xmlSchema/attributeGroup.rb, line 62 def parse_element(element) case element when AttributeName @attributes ||= XSD::NamedElements.new o = Attribute.new @attributes << o o end end
Generated with the Darkfish Rdoc Generator 2.