Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
XPathFactoryDefault Class Reference
Inheritance diagram for XPathFactoryDefault:
XPathFactory

Public Types

typedef XalanSet< const XPath * > CollectionType

Public Member Functions

 XPathFactoryDefault (MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR)
virtual ~XPathFactoryDefault ()
virtual void reset ()
 Reset the instance.
virtual XPathcreate ()
 Create an XPath.
CollectionType::size_type getInstanceCount () const
- Public Member Functions inherited from XPathFactory
 XPathFactory ()
virtual ~XPathFactory ()
bool returnObject (const XPath *theXPath)
 Return an XPath to the factory.

Static Public Member Functions

static XPathFactoryDefaultcreateXPathFactoryDefault (MemoryManagerType &theManager)

Protected Member Functions

virtual bool doReturnObject (const XPath *theXPath, bool fInReset=false)

Member Typedef Documentation

Constructor & Destructor Documentation

XPathFactoryDefault::XPathFactoryDefault ( MemoryManagerType &theManager  XALAN_DEFAULT_MEMMGR)
explicit
virtual XPathFactoryDefault::~XPathFactoryDefault ( )
virtual

Member Function Documentation

virtual XPath* XPathFactoryDefault::create ( )
virtual

Create an XPath.

The XPath instance is owned by the factory, and should not be deleted. The factory will manage the lifetime.

Implements XPathFactory.

static XPathFactoryDefault* XPathFactoryDefault::createXPathFactoryDefault ( MemoryManagerType theManager)
static
virtual bool XPathFactoryDefault::doReturnObject ( const XPath theXPath,
bool  fInReset = false 
)
protectedvirtual

Implements XPathFactory.

CollectionType::size_type XPathFactoryDefault::getInstanceCount ( ) const
virtual void XPathFactoryDefault::reset ( )
virtual

Reset the instance.

This invalidates all existing instances created with this XPathFactory.

Implements XPathFactory.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo