#include <XPathFactoryBlock.hpp>
Inherits XPathFactory.
Definition at line 41 of file XPathFactoryBlock.hpp.
anonymous enum |
Definition at line 46 of file XPathFactoryBlock.hpp.
XPathFactoryBlock::XPathFactoryBlock | ( | MemoryManager & | theManager, | |
XalanSize_t | theBlockSize = eDefaultBlockSize | |||
) | [explicit] |
virtual XPathFactoryBlock::~XPathFactoryBlock | ( | ) | [virtual] |
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.
virtual bool XPathFactoryBlock::doReturnObject | ( | const XPath * | theXPath, | |
bool | fInReset = false | |||
) | [protected, virtual] |
Implements XPathFactory.
virtual void XPathFactoryBlock::reset | ( | ) | [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.11 |
|