class Nokogiri::HTML4::SAX::PushParser

def write(chunk, last_chunk = false)

that can be called will be called immediately.
Write a +chunk+ of HTML to the PushParser. Any callback methods
##
def write(chunk, last_chunk = false)
  native_write(chunk, last_chunk)
end