|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLSAX::ExternalEntityDecl procedure method is called when the parser detects an <!ENTITY ...> declarations in the DTD for a parsed external entity.
Obj->[IDLffXMLSAX::]ExternalEntityDecl, Name, PublicID, SystemID
A string containing the entity name.
A string containing the Public ID for the entity.
| Note If this value is not specified in the entity declaration, this variable will contain an empty string. |
A string containing the System ID for the entity, provided as an absolute URI.
None
IDL Online Help (March 06, 2007)