SAX callback reference
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
SAX callback reference
This topic contains a reference entry for each callback ABL SAX supports. Each entry specifies the signature and defines each parameter. The callbacks, in alphabetical order, are:
- Characters
- EndDocument
- EndElement
- EndPrefixMapping
- Error
- FatalError
- IgnorableWhitespace
- NotationDecl
- ProcessingInstruction
- ResolveEntity
- StartDocument
- StartElement
- StartPrefixMapping
- UnparsedEntityDecl
- Warning
These callbacks closely match those defined in the SAX2 documentation at www.saxproject.org. For more information on these callbacks, see this Web site.