Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#include <XPathFactoryBlock.hpp>

Inherits XPathFactory.

Public Types

enum  { eDefaultBlockSize = 20u }
 

Public Member Functions

 XPathFactoryBlock (MemoryManager &theManager, XalanSize_t theBlockSize=eDefaultBlockSize)
 
virtual ~XPathFactoryBlock ()
 
virtual void reset ()
 Reset the instance. More...
 
virtual XPathcreate ()
 Create an XPath. More...
 
- Public Member Functions inherited from XPathFactory
 XPathFactory ()
 
virtual ~XPathFactory ()
 
bool returnObject (const XPath *theXPath)
 Return an XPath to the factory. More...
 

Protected Member Functions

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

Detailed Description

Definition at line 41 of file XPathFactoryBlock.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
eDefaultBlockSize 

Definition at line 46 of file XPathFactoryBlock.hpp.

Constructor & Destructor Documentation

◆ XPathFactoryBlock()

XPathFactoryBlock::XPathFactoryBlock ( MemoryManager &  theManager,
XalanSize_t  theBlockSize = eDefaultBlockSize 
)
explicit

◆ ~XPathFactoryBlock()

virtual XPathFactoryBlock::~XPathFactoryBlock ( )
virtual

Member Function Documentation

◆ create()

virtual XPath* XPathFactoryBlock::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 XPathFactoryBlock::doReturnObject ( const XPath theXPath,
bool  fInReset = false 
)
protectedvirtual

Implements XPathFactory.

◆ reset()

virtual void XPathFactoryBlock::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