| SAX_Characters | Signals the occurrence of text in the input XML. |
| SAX_EndDocument | Signals the end of the input XML. |
| SAX_EndElement | Signals the end of the specified element in the input XML. |
| SAX_Error | Signals that an error occurred when processing the input XML. |
| SAX_FatalError | Signals that a fatal error occurred when processing the input XML. |
| SAX_IgnorableWhiteSpace | Signals ignorable white space found in the input XML. |
| SAX_NotationDecl | Signals a notation declaration found in the input XML. Used for special handling of non-XML documents. |
| SAX_ProcessingInstruction | Signals a processing instruction found in the input XML. |
| SAX_ResolveEntity | Signals an entity was found. |
| SAX_StartDocument | Signals the beginning of the input XML. |
| SAX_StartElement | Signals the start of the specified element in the input XML. |
| SAX_UnparsedEntityDecl | Signals an unparsed external entity declaration found in the input XML. Used for special handling of non-XML documents. |
| SAX_Warning | Signals that a warning occurred when processing the input XML. |