LOTUSSCRIPT/COM/OLE CLASSES


SAX_UnparsedEntityDecl event
Example

Signals an unparsed external entity declaration found in the input XML. Used for special handling of non-XML documents.

Defined in

NotesSAXParser

Syntax

SAX_UnparsedEntityDecl( Source as NotesSAXParser, byval EntityName as String, byval PublicID as String, byval SystemID as String, byval NotationName as String )

Parameters

Source


EntityName
PublicID
SystemID
NotationName
Usage

This event is raised when the validating property is set.

Example
See Also