|
ASN1C C# Runtime Library
7.8
|
Public Member Functions | |
| XmlSource | ResolveEntity (System.String publicId, System.String systemId) |
Basic interface for resolving entities.
| XmlSource ResolveEntity | ( | System.String | publicId, |
| System.String | systemId | ||
| ) |
Allow the application to resolve external entities.
| publicId | The public identifier of the external entity being referenced, or null if none was supplied. |
| systemId | The system identifier of the external entity being referenced. |
Implemented in XmlSaxDefaultHandler.