Class REXML::PullListener
In: rexml/pullparser.rb
Parent: Object
Methods
attlistdecl    cdata    comment    doctype    elementdecl    entity    entitydecl    instruction    new    notationdecl    tag_end    tag_start    text    xmldecl   
Public Class methods
new(main)
Public Instance methods
tag_start(name, attributes)
tag_end(name)
text(text)
instruction(name, instruction)
comment(comment)
doctype(name, pub_sys, long_name, uri)
attlistdecl(content)
elementdecl(content)
entitydecl(content)
notationdecl(content)
entity(content)
cdata(content)
xmldecl(version, encoding, standalone)