#include <XmlTools/IXmlEntityResolver.h>
Inheritance diagram for IXmlEntityResolver:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual xercesc::EntityResolver * | resolver ()=0 |
| Return a pointer to the actual implementation of a xercesc::EntityResolver. | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Return the interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
The XmlParserSvc.EntityResolverSvc must be set to the name of the service implementing this interface in order to use the specialized xerces::EntityResolver to handle special stemIDs (like "conddb:/...").
Definition at line 27 of file IXmlEntityResolver.h.
| static const InterfaceID& IXmlEntityResolver::interfaceID | ( | ) | [inline, static] |
Return the interface ID.
Reimplemented from IInterface.
Definition at line 31 of file IXmlEntityResolver.h.
00031 { return IID_IXmlEntityResolver; }
| virtual xercesc::EntityResolver* IXmlEntityResolver::resolver | ( | ) | [pure virtual] |
Return a pointer to the actual implementation of a xercesc::EntityResolver.
1.4.7