class XSD::XMLParser::Nokogiri

def initialize host, opt = {}

def initialize host, opt = {}
  super
  @parser = ::Nokogiri::XML::SAX::Parser.new(self, @charset || 'UTF-8')
end