There's no documentation for this item.
Source Code
# File wsdl/parser.rb, line 52 def initialize(opt = {}) @parser = XSD::XMLParser.create_parser(self, opt) @parsestack = nil @lastnode = nil @ignored = {} @location = opt[:location] @originalroot = opt[:originalroot] end
<code/>and<pre/>for code samples.