SAX_UnparsedEntityDecl (NotesSAXParser - LotusScript®)
Signals an unparsed external entity declaration found in the input XML. Used for special handling of non-XML documents.
Defined in
Syntax
SAX_UnparsedEntityDecl( Source as NotesSAXParser, byval EntityName as String, byval PublicID as String, byval SystemID as String, byval NotationName as String )
Parameters
Source
NotesSAXParser. Read-only. The current NotesSAXParser object.
EntityName
String. Read-only
PublicID
String. Read-only
SystemID
String. Read-only
NotationName
String. Read-only
Usage
This event is raised when the validating property is set.