class Nokogiri::XML::SAX::Document
def cdata_block string
Called when cdata blocks are found
##
def cdata_block string end
def characters string
Characters read between a tag
##
def characters string end
def comment string
Called when comments are encountered
##
def comment string end
def end_document
##
def end_document end
def end_element name
Called at the end of an element
##
def end_element name end
def error string
Called on document errors
##
def error string end
def start_document
##
def start_document end
def start_element name, attrs = []
Called at the beginning of an element
##
def start_element name, attrs = [] end
def warning string
Called on document warnings
##
def warning string end