Public Types | |
enum | { eDefaultBlockSize = 20 } |
Public Member Functions | |
XPathFactoryBlock (MemoryManagerType &theManager, unsigned int theBlockSize=eDefaultBlockSize) | |
virtual | ~XPathFactoryBlock () |
virtual void | reset () |
Reset the instance. More... | |
virtual XPath * | create () |
Create an XPath. More... | |
![]() | |
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) |
|
explicit |
|
virtual |
|
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.
|
protectedvirtual |
Implements XPathFactory.
|
virtual |
Reset the instance.
This invalidates all existing instances created with this XPathFactory.
Implements XPathFactory.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|