|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLSAX::InternalEntityDecl procedure method is called when the parser detects an <!ENTITY ...> declaration in a DTD for (parsed) internal entities. The entity can be either a general entity or a parameter entity.
Obj->[IDLffXMLSAX::]InternalEntityDecl, Name, Value
A string containing the entity name. Names that start with the "%" character are parameter entities; all others are general entities.
A string containing the entity value. The entity value can contain arbitrary XML content, which will be reparsed when the entity is expanded.
None
IDL Online Help (March 06, 2007)