Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XPath/XPathFactory.hpp>
Classes | |
struct | DeleteXPathFunctor |
A functor for use with stl algorithms. More... | |
Public Member Functions | |
XPathFactory () | |
virtual | ~XPathFactory () |
bool | returnObject (const XPath *theXPath) |
Return an XPath to the factory. | |
virtual void | reset ()=0 |
Reset the instance. | |
virtual XPath * | create ()=0 |
Create an XPath. | |
Protected Member Functions | |
virtual bool | doReturnObject (const XPath *theXPath, bool fInReset=false)=0 |
Friends | |
struct | DeleteXPathFunctor |
Definition at line 41 of file XPathFactory.hpp.
|
explicit |
|
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 xalanc::XPathFactoryBlock, and xalanc::XPathFactoryDefault.
|
protectedpure virtual |
Implemented in xalanc::XPathFactoryBlock, and xalanc::XPathFactoryDefault.
Reset the instance.
This invalidates all existing instances created with this XPathFactory.
Implemented in xalanc::XPathFactoryBlock, and xalanc::XPathFactoryDefault.
Return an XPath to the factory.
theXPath | The XPath to be returned |
Definition at line 58 of file XPathFactory.hpp.
|
friend |
Definition at line 116 of file XPathFactory.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by