Info
# File lib/wsdl/xmlSchema/whitespace.rb, line 17 def initialize super end
# File lib/wsdl/xmlSchema/whitespace.rb, line 25 def parse_attr(attr, value) case attr when FixedAttrName parent.fixed[:whitespace] = to_boolean(value) when ValueAttrName parent.whitespace = value.source end end
# File lib/wsdl/xmlSchema/whitespace.rb, line 21 def parse_element(element) nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.