Module REXML::SAX2Listener
In: rexml/sax2listener.rb

A template for stream parser listeners. Note that the declarations (attlistdecl, elementdecl, etc) are trivially processed; REXML doesn't yet handle doctype entity declarations, so you have to parse them out yourself.

Missing methods from SAX2

 ignorable_whitespace

Methods extending SAX2

WARNING These methods are certainly going to change, until DTDs are fully supported. Be aware of this.

 doctype
 elementdecl
 attlistdecl
 entitydecl
 notationdecl
 cdata
 xmldecl
 comment
Methods
attlistdecl    cdata    characters    comment    doctype    elementdecl    end_document    end_element    end_prefix_mapping    entitydecl    notationdecl    processing_instruction    start_document    start_element    start_prefix_mapping    xmldecl   
Public Instance methods
attlistdecl%params%
cdata%params%
characters%params%
comment%params%
doctype%params%
elementdecl%params%
end_document%params%
end_element%params%
end_prefix_mapping%params%
entitydecl%params%
notationdecl%params%
processing_instruction%params%
start_document%params%
start_element%params%
start_prefix_mapping%params%
xmldecl%params%