Class Listener
In: benchmarks/comparison.rb
test/listener.rb
Parent: Object

STREAM

Methods
attlistdecl    cdata    comment    doctype    elementdecl    entity    entitydecl    instruction    new    notationdecl    tag_end    tag_start    text    xmldecl   
Attributes
:normalize  [R] 
:te  [R] 
:ts  [R] 
Included modules
REXML::StreamListener
Public Class methods
new()
Public Instance methods
tag_start(name, attrs)
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)