LOTUSSCRIPT/COM/OLE CLASSES


SAX_NotationDecl event
Example

Signals a notation declaration found in the input XML. Used for special handling of non-XML documents.

Defined in

NotesSAXParser

Syntax

SAX_NotationDecl( Source as NotesSAXParser, byval NotationName as String, byval PublicID as String, byval SystemID as String )

Parameters

Source


NotationName
PublicID
SystemID
Usage

This event is raised when the validating property is set.

Example
See Also