Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XPath/XPathFactoryBlock.hpp>
Public Types | |
enum | { eDefaultBlockSize = 20u } |
Public Member Functions | |
XPathFactoryBlock (MemoryManager &theManager, XalanSize_t theBlockSize=eDefaultBlockSize) | |
virtual | ~XPathFactoryBlock () |
virtual void | reset () |
Reset the instance. | |
virtual XPath * | create () |
Create an XPath. | |
![]() | |
XPathFactory () | |
virtual | ~XPathFactory () |
bool | returnObject (const XPath *theXPath) |
Return an XPath to the factory. | |
Protected Member Functions | |
virtual bool | doReturnObject (const XPath *theXPath, bool fInReset=false) |
Definition at line 41 of file XPathFactoryBlock.hpp.
Enumerator | |
---|---|
eDefaultBlockSize |
Definition at line 46 of file XPathFactoryBlock.hpp.
|
explicit |
|
virtual |
Create an XPath.
The XPath instance is owned by the factory, and should not be deleted. The factory will manage the lifetime.
Implements xalanc::XPathFactory.
|
protectedvirtual |
Implements xalanc::XPathFactory.
Reset the instance.
This invalidates all existing instances created with this XPathFactory.
Implements xalanc::XPathFactory.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Tue Oct 10 2023 15:42:22 for Xalan-C++ API Reference by