Method UnparsedEntityDecl
UnparsedEntityDecl(String, String, String, String)
Filter an unparsed entity declaration event.
Declaration
public virtual void UnparsedEntityDecl(string name, string publicId, string systemId, string notationName)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The entity name. |
System.String | publicId | The entity's public identifier, or null. |
System.String | systemId | The entity's system identifier, or null. |
System.String | notationName | The name of the associated notation. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | The client may throw an exception during processing. |