The following events are part of the PLISAXA/B 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
The following events are not part of the PLISAXA/B event structure,
but are in PLISAXC:
- namespace_declare
- unresolved_reference
- end_of_input
Some of the events that are common to both PLISAXA/B and PLISAXC are
passed different parameters (apart from the omnipresent user token):
- start_of_document
- is passed no parameters
- start_of_element
- is passed namespace data as well
- end_of_element
- is passed namespace data as well
- attribute_name
- is passed namespace data as well
- content_characters
- is passed a flag byte as well
- exception
- is passed a return and reason code instead of an error id
- start_of_cdata
- is passed no parameters
- end_of_cdata
- is passed no parameters
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)