These events are part of the PLISAXA and PLISAXB event structure, but are not in PLISAXC:
- attribute_predefined_reference
- attribute_character_reference
- content_predefined_reference
- content_character_reference
- unknown_attribute_reference
- unknown_content_reference
- start_of_prefix_mapping
- end_of_prefix_mapping
These events are not part of the PLISAXA and PLISAXB event structure, but are in PLISAXC:
- namespace_declare
- unresolved_reference
- end_of_input
These events are common to PLISAXA/PLISAXB and PLISAXC, but different parameters are passed to PLISAXA/PLISAXB than are passed to PLISAXC:
- start_of_document
- No parameters are passed.
- start_of_element
- With PLISAXC, namespace data is also passed.
- end_of_element
- With PLISAXC, namespace data is also passed.
- attribute_name
- With PLISAXC, namespace data is also passed.
- content_characters
- With PLISAXC, a flag byte is also passed.
- exception
- With PLISAXC, a return and reason code is passed instead of an error id.
- start_of_cdata
- No parameters are passed.
- start_of_cdata
- No parameters are passed.