class Nokogiri::XML::SAX::Parser

def initialize(doc = XML::SAX::Document.new)

def initialize(doc = XML::SAX::Document.new)
  @document = doc
end