#include <XPathFactoryDefault.hpp>
Inherits XPathFactory.
Definition at line 41 of file XPathFactoryDefault.hpp.
typedef XalanSet<const XPath*> XPathFactoryDefault::CollectionType |
Definition at line 65 of file XPathFactoryDefault.hpp.
XPathFactoryDefault::XPathFactoryDefault | ( | MemoryManager & | theManager = XalanMemMgrs::getDefaultXercesMemMgr() |
) | [explicit] |
virtual XPathFactoryDefault::~XPathFactoryDefault | ( | ) | [virtual] |
static XPathFactoryDefault* XPathFactoryDefault::create | ( | MemoryManager & | theManager | ) | [static] |
virtual XPath* XPathFactoryDefault::create | ( | ) | [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.
virtual bool XPathFactoryDefault::doReturnObject | ( | const XPath * | theXPath, | |
bool | fInReset = false | |||
) | [protected, virtual] |
Implements XPathFactory.
CollectionType::size_type XPathFactoryDefault::getInstanceCount | ( | ) | const [inline] |
Definition at line 68 of file XPathFactoryDefault.hpp.
virtual void XPathFactoryDefault::reset | ( | ) | [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 |
|