Inheritance diagram for XPathFactoryDefault:
typedef XalanSet<const XPath*> XPathFactoryDefault::CollectionType |
XPathFactoryDefault::XPathFactoryDefault | ( | MemoryManagerType &theManager | XALAN_DEFAULT_MEMMGR | ) | [explicit] |
virtual XPathFactoryDefault::~XPathFactoryDefault | ( | ) | [virtual] |
static XPathFactoryDefault* XPathFactoryDefault::createXPathFactoryDefault | ( | MemoryManagerType & | theManager | ) | [static] |
virtual void XPathFactoryDefault::reset | ( | ) | [virtual] |
Reset the instance.
This invalidates all existing instances created with this XPathFactory.
Implements XPathFactory.
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.
CollectionType::size_type XPathFactoryDefault::getInstanceCount | ( | ) | const |
virtual bool XPathFactoryDefault::doReturnObject | ( | const XPath * | theXPath, | |
bool | fInReset = false | |||
) | [protected, virtual] |
Implements XPathFactory.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|