SAX_NotationDecl (NotesSAXParser - LotusScript®)

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

NotesSAXParser. Read-only. The current NotesSAXParser object.

NotationName

String. Read-only.

PublicID

String. Read-only.

SystemID

String. Read-only.

Usage

This event is raised when the validating property is set.

Example