Method InternalEntityDecl
InternalEntityDecl(String, String)
Report an internal entity declaration.
Declaration
void InternalEntityDecl(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the entity. If it is a parameter entity, the name will begin with '%'. |
System.String | value | The replacement text of the entity. |
Remarks
Only the effective (first) declaration for each entity will be reported.All parameter entities in the value will be expanded, but general entities will not.
Exceptions
Type | Condition |
---|---|
SAXException | The application may raise an exception. |