| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IXmlEntityResolver Class Reference

Interface to allow a service to provide a specialized xerces::EntityResolver. More...

#include <XmlTools/IXmlEntityResolver.h>

Inheritance diagram for IXmlEntityResolver:

[legend]
Collaboration diagram for IXmlEntityResolver:
[legend]
List of all members.

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 InterfaceIDinterfaceID ()
 Return the interface ID.

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Detailed Description

Interface to allow a service to provide a specialized xerces::EntityResolver.

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:/...").

Author:
Marco Clemencic
Date:
2005-10-12

Definition at line 27 of file IXmlEntityResolver.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:00:37 2011 for XmlTools by doxygen 1.4.7