LOTUSSCRIPT/COM/OLE CLASSES


SAX_ResolveEntity event
Signals an entity was found.

Defined in

NotesSAXParser

Syntax

SAX_ResolveEntity( Source as NotesSAXParser, byval PublicId as String, byval SystemId as String) as Variant

Parameters

Source


PublicId
SystemId
Return value
If it returns anything else, then an error is raised.

Usage

This event gives the parser's client an opportunity to look at the entity's name and supply its contents itself.

See Also