Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
XPathFactoryDefault Class Reference

#include <XPathFactoryDefault.hpp>

Inherits XPathFactory.

Public Types

typedef XalanSet< const XPath * > CollectionType
 

Public Member Functions

 XPathFactoryDefault (MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
 
virtual ~XPathFactoryDefault ()
 
virtual void reset ()
 Reset the instance. More...
 
virtual XPathcreate ()
 Create an XPath. More...
 
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. More...
 

Static Public Member Functions

static XPathFactoryDefaultcreate (MemoryManager &theManager)
 

Protected Member Functions

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

Detailed Description

Definition at line 41 of file XPathFactoryDefault.hpp.

Member Typedef Documentation

◆ CollectionType

Definition at line 65 of file XPathFactoryDefault.hpp.

Constructor & Destructor Documentation

◆ XPathFactoryDefault()

XPathFactoryDefault::XPathFactoryDefault ( MemoryManager &theManager  XALAN_DEFAULT_MEMMGR)
explicit

◆ ~XPathFactoryDefault()

virtual XPathFactoryDefault::~XPathFactoryDefault ( )
virtual

Member Function Documentation

◆ create() [1/2]

static XPathFactoryDefault* XPathFactoryDefault::create ( MemoryManager &  theManager)
static

◆ create() [2/2]

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.

◆ doReturnObject()

virtual bool XPathFactoryDefault::doReturnObject ( const XPath theXPath,
bool  fInReset = false 
)
protectedvirtual

Implements XPathFactory.

◆ getInstanceCount()

CollectionType::size_type XPathFactoryDefault::getInstanceCount ( ) const
inline

Definition at line 68 of file XPathFactoryDefault.hpp.

◆ reset()

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.

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

Apache Logo