IDLffXMLSAX::InternalEntityDecl
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.
Syntax
Obj->[IDLffXMLSAX::]InternalEntityDecl, Name, Value
Arguments
Name
A string containing the entity name. Names that start with the “%
” character are parameter entities; all others are general entities.
Value
A string containing the entity value. The entity value can contain arbitrary XML content, which will be reparsed when the entity is expanded.
Keywords
None
Version History
5.6 |
Introduced |