Type:
Module

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.

start_document
end_document
doctype
elementdecl
attlistdecl
entitydecl
notationdecl
cdata
xmldecl
comment
attlistdecl

attlistdecl(element, pairs, contents) Instance Public methods If a doctype includes

2015-05-07 11:24:07
end_element

end_element(uri, localname, qname) Instance Public methods

2015-05-07 11:49:52
notationdecl

notationdecl(content) Instance Public methods <!NOTATION â¦>

2015-05-07 12:05:23
cdata

cdata(content) Instance Public methods Called when <![CDATA[ ⦠]]> is

2015-05-07 11:27:09
end_document

end_document() Instance Public methods

2015-05-07 11:45:15
xmldecl

xmldecl(version, encoding, standalone) Instance Public methods Called when an

2015-05-07 12:23:26
elementdecl

elementdecl(content) Instance Public methods <!ELEMENT â¦>

2015-05-07 11:42:21