SAX_ResolveEntity (NotesSAXParser - LotusScript®)
Signals an entity was found.
Defined in
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
- 0, then the parser tries to resolve the entity in its own way
- string
- NoteStream
- NotesRichTextItem
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.