SAX_ResolveEntity (NotesSAXParser - LotusScript®)

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

NotesSAXParser. Read-only. The current NotesSAXParser object.

PublicId

String. Read-only.

SystemId

String. Read-only.

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.