| Module REXML::StreamListener |
|
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 |
| 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% |