| Module REXML::SAX2Listener |
|
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.
ignorable_whitespace
WARNING These methods are certainly going to change, until DTDs are fully supported. Be aware of this.
doctype elementdecl attlistdecl entitydecl notationdecl cdata xmldecl comment
| Methods |
| Public Instance methods |
| attlistdecl%params% |
| cdata%params% |
| characters%params% |
| comment%params% |
| doctype%params% |
| elementdecl%params% |
| end_document%params% |
| end_element%params% |
| end_prefix_mapping%params% |
| entitydecl%params% |
| notationdecl%params% |
| processing_instruction%params% |
| start_document%params% |
| start_element%params% |
| start_prefix_mapping%params% |
| xmldecl%params% |