Google

"DTD/xhtml1-strict.dtd">
Class REXML::SAXHelper
In:
Parent: Object
Methods
<<    attlistdecl    cdata    comment    del    doctype    elementdecl    end_document    entity    entitydecl    instruction    new    notationdecl    start_document    tag_end    tag_start    text   
Public Class methods
new()
Public Instance methods
<<(pair)
del(ob)
tag_start(name, attrs)
tag_end(name)
text(text)
instruction(name, instruction)
comment(comment)
doctype(name, ps, ln, uri)
attlistdecl(content)
elementdecl(content)
entitydecl(content)
notationdecl(content)
entity(content)

DEPRECATED. This method is never called

cdata(content)
start_document()
end_document()