Manages the lifetime of an XPath instance. More...
Manages the lifetime of an XPath instance.
| XPathGuard::XPathGuard | ( | XPathFactory & | theFactory, |
| const XPath * | theXPath | ||
| ) |
Construct an XPathGuard instance from a factory object and an XPath.
| theFactory | object that manages lifetime of XPaths |
| theXPath | pointer to XPath managed |
| XPathGuard::XPathGuard | ( | XPathGuard & | theRHS | ) |
| XPathGuard::~XPathGuard | ( | ) |
| const XPath* XPathGuard::get | ( | ) | const |
Retrieve the object pointer (may be null)
| const XPath* XPathGuard::operator-> | ( | ) | const |
Retrieve the object pointer (must not be null)
| const XPath* XPathGuard::release | ( | ) |
| void XPathGuard::reset | ( | ) |
Return the referenced object to the factory and set pointers to null.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|