class Nokogiri::HTML4::SAX::PushParser
def write(chunk, last_chunk = false)
Write a +chunk+ of HTML to the PushParser. Any callback methods
##
def write(chunk, last_chunk = false) native_write(chunk, last_chunk) end
def write(chunk, last_chunk = false) native_write(chunk, last_chunk) end