#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 |
virtual bool XPathFactory::doReturnObject |
( |
const XPath * |
theXPath, |
|
|
bool |
fInReset = false |
|
) |
| |
|
protectedpure virtual |
virtual void XPathFactory::reset |
( |
| ) |
|
|
pure virtual |
bool XPathFactory::returnObject |
( |
const XPath * |
theXPath | ) |
|
|
inline |
Return an XPath to the factory.
- Parameters
-
theXPath | The XPath to be returned |
- Returns
- true if the object belongs to the factory, false if not.
Definition at line 58 of file XPathFactory.hpp.
The documentation for this class was generated from the following file: