NotesSAXParser (LotusScript®)

Processes input XML as a series of events using a SAX (Simple API for XML) parser.

Note: This class is new with Release 6.
Note: This class is not supported in COM.

Events

SAX_Characters

SAX_EndDocument

SAX_EndElement

SAX_Error

SAX_FatalError

SAX_IgnorableWhiteSpace

SAX_NotationDecl

SAX_ProcessingInstruction

SAX_ResolveEntity

SAX_StartDocument

SAX_StartElement

SAX_UnparsedEntityDecl

SAX_Warning

Usage

Refer to the World Wide Web Consortium at http://www.w3.org/ for general information about XML and SAX. The documents "XML Information Set" at http://www.w3.org/TR/xml-infoset/ and "Extensible Markup Language (XML) 1.0 (Second Edition)" at http://www.w3.org/TR/REC-xml#dt-xml-doc contain information about the events and methods described in this class.

Example