XmlSaxEntityResolver Interface Reference
Inheritance diagram for XmlSaxEntityResolver:
Public Member Functions | |
XmlSource | ResolveEntity (System.String publicId, System.String systemId) |
Detailed Description
Basic interface for resolving entities.
Member Function Documentation
XmlSource ResolveEntity | ( | System.String | publicId, | |
System.String | systemId | |||
) |
Allow the application to resolve external entities.
- Parameters:
-
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.
- Returns:
- A XmlSourceSupport object describing the new input source, or null to request that the parser open a regular URI connection to the system identifier.
Implemented in XmlSaxDefaultHandler.