#include <xalanc/XPath/XPathFactory.hpp>
Definition at line 41 of file XPathFactory.hpp.
| xalanc::XPathFactory::XPathFactory |
( |
| ) |
|
|
explicit |
| virtual xalanc::XPathFactory::~XPathFactory |
( |
| ) |
|
|
virtual |
| virtual XPath* xalanc::XPathFactory::create |
( |
| ) |
|
|
pure virtual |
| virtual bool xalanc::XPathFactory::doReturnObject |
( |
const XPath * |
theXPath, |
|
|
bool |
fInReset = false |
|
) |
| |
|
protectedpure virtual |
| virtual void xalanc::XPathFactory::reset |
( |
| ) |
|
|
pure virtual |
| bool xalanc::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: