# File lib/wsdl/xmlSchema/simpleExtension.rb, line 52 52: def parse_attr(attr, value) 53: case attr 54: when BaseAttrName 55: @base = value 56: end 57: end
# File lib/wsdl/xmlSchema/simpleExtension.rb, line 35 35: def parse_element(element) 36: case element 37: when AttributeName 38: o = Attribute.new 39: @attributes << o 40: o 41: when AttributeGroupName 42: o = AttributeGroup.new 43: @attributes << o 44: o 45: when AnyAttributeName 46: o = AnyAttribute.new 47: @attributes << o 48: o 49: end 50: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.