method

new

v1_8_7_72 - Show latest stable - Class: WSDL::XMLSchema::Parser
new(opt = {})
public

No documentation available.

# File lib/wsdl/xmlSchema/parser.rb, line 50
  def initialize(opt = {})
    @parser = XSD::XMLParser.create_parser(self, opt)
    @parsestack = nil
    @lastnode = nil
    @ignored = {}
    @location = opt[:location]
    @originalroot = opt[:originalroot]
  end