class XSD::XMLParser::Nokogiri

def initialize(host, opt = {})

Create a new XSD parser with +host+ and +opt+
##
def initialize(host, opt = {})
  super
  @parser = ::Nokogiri::XML::SAX::Parser.new(self, @charset || "UTF-8")
end