Method ResolveEntity
ResolveEntity(String, String)
Filter an external entity resolution.
Declaration
public virtual InputSource ResolveEntity(string publicId, string systemId)
Parameters
Type | Name | Description |
---|---|---|
System.String | publicId | The entity's public identifier, or null. |
System.String | systemId | The entity's system identifier. |
Returns
Type | Description |
---|---|
InputSource | A new InputSource or null for the default. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | The client may throw an exception during processing. |