class Nokogiri::XML::SAX::Document

def characters(string)

+string+ contains the character data

times given one contiguous string of characters.
Characters read between a tag. This method might be called multiple
##
def characters(string)
end