ACEXML 6.0.5
|
ACEXML_EntityResolver. More...
#include <ACEXML/common/EntityResolver.h>
Public Member Functions | |
virtual | ~ACEXML_EntityResolver (void) |
virtual ACEXML_InputSource * | resolveEntity (const ACEXML_Char *publicId, const ACEXML_Char *systemId)=0 |
If a SAX application needs to implement customized handling for external entities, it must implement this interface and register an instance with the SAX driver using the setEntityResolver method.
The XML reader will then allow the application to intercept any external entities (including the external DTD subset and external parameter entities, if any) before including them.
Many SAX applications will not need to implement this interface, but it will be especially useful for applications that build XML documents from databases or other specialised input sources, or for applications that use URI types other than URLs.
ACEXML_EntityResolver::~ACEXML_EntityResolver | ( | void | ) | [virtual] |
virtual ACEXML_InputSource* ACEXML_EntityResolver::resolveEntity | ( | const ACEXML_Char * | publicId, |
const ACEXML_Char * | systemId | ||
) | [pure virtual] |
Allow the application to resolve external entities.
Implemented in ACEXML_Svcconf_Handler, ACEXML_DefaultHandler, ACEXML_XMLFilterImpl, ACEXML_Print_Handler, and ACEXML_SAXPrint_Handler.