Module REXML::StreamListener
In: rexml/streamlistener.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.

Methods
attlistdecl    cdata    comment    doctype    elementdecl    entity    entitydecl    instruction    notationdecl    tag_end    tag_start    text    xmldecl   
Public Instance methods
attlistdecl%params%
cdata%params%
comment%params%
doctype%params%
elementdecl%params%
entity%params%
entitydecl%params%
instruction%params%
notationdecl%params%
tag_end%params%
tag_start%params%
text%params%
xmldecl%params%