Skip to main content

NotesSAXParser

Properties

NameDescription
InputValidationOption (NotesSAXParser)Read-write. Indicates that if a DTD is specified in the XML declaration statement, it should be used to validate the input XML.

Methods

NameDescription
Output (NotesSAXParser)Writes the data in Arg1 to the specified output file.
Parse (NotesSAXParser)Processes input XML by raising the SAX parser events.

Reference

NameDescription
SAX_CharactersSignals the occurrence of text in the input XML.
SAX_EndDocumentSignals the end of the input XML.
SAX_EndElementSignals the end of the specified element in the input XML.
SAX_ErrorSignals that an error occurred when processing the input XML.
SAX_FatalErrorSignals that a fatal error occurred when processing the input XML.
SAX_IgnorableWhiteSpaceSignals ignorable white space found in the input XML.
SAX_NotationDeclSignals a notation declaration found in the input XML. Used for special handling of non-XML documents.
SAX_ProcessingInstructionSignals a processing instruction found in the input XML.
SAX_ResolveEntitySignals an entity was found.
SAX_StartDocumentSignals the beginning of the input XML.
SAX_StartElementSignals the start of the specified element in the input XML.
SAX_UnparsedEntityDeclSignals an unparsed external entity declaration found in the input XML. Used for special handling of non-XML documents.
SAX_WarningSignals that a warning occurred when processing the input XML.