#include <XPathFactoryDefault.hpp>
Inherits XPathFactory.
Public Types | |
| typedef XalanSet< const XPath * > | CollectionType |
Public Member Functions | |
| XPathFactoryDefault (MemoryManager &theManager XALAN_DEFAULT_MEMMGR) | |
| virtual | ~XPathFactoryDefault () |
| virtual void | reset () |
| Reset the instance. More... | |
| virtual XPath * | create () |
| Create an XPath. More... | |
| CollectionType::size_type | getInstanceCount () const |
Public Member Functions inherited from XPathFactory | |
| XPathFactory () | |
| virtual | ~XPathFactory () |
| bool | returnObject (const XPath *theXPath) |
| Return an XPath to the factory. More... | |
Static Public Member Functions | |
| static XPathFactoryDefault * | create (MemoryManager &theManager) |
Protected Member Functions | |
| virtual bool | doReturnObject (const XPath *theXPath, bool fInReset=false) |
Definition at line 41 of file XPathFactoryDefault.hpp.
| typedef XalanSet<const XPath*> XPathFactoryDefault::CollectionType |
Definition at line 65 of file XPathFactoryDefault.hpp.
|
explicit |
|
virtual |
|
static |
|
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.
|
protectedvirtual |
Implements XPathFactory.
|
inline |
Definition at line 68 of file XPathFactoryDefault.hpp.
|
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 |
|
|