Classes | |
struct | DeleteXPathFunctor |
A functor for use with stl algorithms. More... | |
Public Member Functions | |
XPathFactory () | |
virtual | ~XPathFactory () |
bool | returnObject (const XPath *theXPath) |
Return an XPath to the factory. More... | |
virtual void | reset ()=0 |
Reset the instance. More... | |
virtual XPath * | create ()=0 |
Create an XPath. More... | |
Protected Member Functions | |
virtual bool | doReturnObject (const XPath *theXPath, bool fInReset=false)=0 |
Friends | |
struct | DeleteXPathFunctor |
|
explicit |
|
virtual |
|
pure virtual |
Create an XPath.
The XPath instance is owned by the factory, and should not be deleted. The factory will manage the lifetime.
Implemented in XPathFactoryDefault, and XPathFactoryBlock.
|
protectedpure virtual |
Implemented in XPathFactoryDefault, and XPathFactoryBlock.
|
pure virtual |
Reset the instance.
This invalidates all existing instances created with this XPathFactory.
Implemented in XPathFactoryBlock, and XPathFactoryDefault.
bool XPathFactory::returnObject | ( | const XPath * | theXPath) |
|
friend |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|