SourceForge.net Logo
Public Member Functions | Static Public Attributes | List of all members
XercesConfiguration Class Reference

#include <XercesConfiguration.hpp>

Inheritance diagram for XercesConfiguration:
Inheritance graph
[legend]

Public Member Functions

virtual DocumentCache * createDocumentCache (xercesc::MemoryManager *memMgr)
 
virtual SequenceBuilder * createSequenceBuilder (const DynamicContext *context)
 
virtual ItemFactory * createItemFactory (DocumentCache *cache, xercesc::MemoryManager *memMgr)
 
virtual UpdateFactory * createUpdateFactory (xercesc::MemoryManager *memMgr)
 
virtual URIResolver * createDefaultURIResolver (xercesc::MemoryManager *memMgr)
 
virtual ASTToXML * createASTToXML ()
 
virtual Node::Ptr createNode (const xercesc::DOMNode *node, const DynamicContext *context) const
 
- Public Member Functions inherited from XQillaConfiguration
virtual ~XQillaConfiguration ()
 
virtual void populateStaticContext (StaticContext *context)
 
virtual void populateDynamicContext (DynamicContext *context)
 
virtual void testInterrupt ()
 
- Public Member Functions inherited from xercesc::XMemory
void * operator new (size_t size)
 This method overrides operator new. More...
 
void * operator new (size_t size, MemoryManager *memMgr)
 This method defines a custom operator new, that will use the provided memory manager to perform the allocation. More...
 
void * operator new (size_t size, void *ptr)
 This method overrides placement operator new. More...
 
void operator delete (void *p)
 This method overrides operator delete. More...
 
void operator delete (void *p, MemoryManager *memMgr)
 This method provides a matching delete for the custom operator new. More...
 
void operator delete (void *p, void *ptr)
 This method provides a matching delete for the placement new. More...
 

Static Public Attributes

static const XMLCh gXerces []
 The "Xerces" DOMNode node interface. More...
 

Additional Inherited Members

- Protected Member Functions inherited from xercesc::XMemory
 XMemory ()
 Protected default constructor. More...
 

Member Function Documentation

virtual ASTToXML* XercesConfiguration::createASTToXML ( )
virtual

Implements XQillaConfiguration.

virtual URIResolver* XercesConfiguration::createDefaultURIResolver ( xercesc::MemoryManager *  memMgr)
virtual

Implements XQillaConfiguration.

virtual DocumentCache* XercesConfiguration::createDocumentCache ( xercesc::MemoryManager *  memMgr)
virtual

Implements XQillaConfiguration.

virtual ItemFactory* XercesConfiguration::createItemFactory ( DocumentCache *  cache,
xercesc::MemoryManager *  memMgr 
)
virtual

Implements XQillaConfiguration.

virtual Node::Ptr XercesConfiguration::createNode ( const xercesc::DOMNode *  node,
const DynamicContext *  context 
) const
virtual
virtual SequenceBuilder* XercesConfiguration::createSequenceBuilder ( const DynamicContext *  context)
virtual

Implements XQillaConfiguration.

virtual UpdateFactory* XercesConfiguration::createUpdateFactory ( xercesc::MemoryManager *  memMgr)
virtual

Implements XQillaConfiguration.

Member Data Documentation

const XMLCh XercesConfiguration::gXerces[]
static

The "Xerces" DOMNode node interface.

Use this as the parameter when you call Item::getInterface() to have a xerces DOMNode returned, if the Node is of the correct type. If it is not of the correct type, the method will return 0.


The documentation for this class was generated from the following file: