#include <XPathFactory.hpp>
Inherited by XPathFactoryBlock, and XPathFactoryDefault.
Definition at line 41 of file XPathFactory.hpp.
| XPathFactory::XPathFactory | ( | ) | [explicit] |
| virtual XPathFactory::~XPathFactory | ( | ) | [virtual] |
| virtual XPath* XPathFactory::create | ( | ) | [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 XPathFactoryBlock, and XPathFactoryDefault.
| virtual bool XPathFactory::doReturnObject | ( | const XPath * | theXPath, | |
| bool | fInReset = false | |||
| ) | [protected, pure virtual] |
Implemented in XPathFactoryBlock, and XPathFactoryDefault.
| virtual void XPathFactory::reset | ( | ) | [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 | ) | [inline] |
Return an XPath to the factory.
| theXPath | The XPath to be returned |
Definition at line 58 of file XPathFactory.hpp.
friend struct DeleteXPathFunctor [friend] |
Definition at line 120 of file XPathFactory.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|