Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan-C++ XSL Transformer Version 1.0
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XPathFactoryDefault Class Reference
#include <XPathFactoryDefault.hpp>
Inheritance diagram for XPathFactoryDefault:
Collaboration diagram for XPathFactoryDefault:
List of all members.
Public Types
Public Methods
Protected Methods
Detailed Description
Member Typedef Documentation
typedef std::set<const XPath*> XPathFactoryDefault::CollectionType |
|
Constructor & Destructor Documentation
explicit XPathFactoryDefault::XPathFactoryDefault () |
|
virtual XPathFactoryDefault::~XPathFactoryDefault () [virtual] |
|
Member Function Documentation
virtual XPath* XPathFactoryDefault::create (
|
bool fOptimize = true) [virtual] |
|
Create an XPath.
The XPath instance is owned by the factory, and should
not be deleted. The factory will manage the lifetime.
-
Parameters:
-
fOptimize
|
true to optimize management of objects
|
Reimplemented from XPathFactory.
virtual bool XPathFactoryDefault::doReturnObject (
|
const XPath * theXPath, |
|
bool fInReset = false) [protected, virtual] |
|
CollectionType::size_type XPathFactoryDefault::getInstanceCount () const |
|
unsigned long XPathFactoryDefault::getTotalInstanceCount () const |
|
virtual void XPathFactoryDefault::reset () [virtual] |
|
Reset the instance.
This invalidates all existing instances created
with this XPathFactory.
Reimplemented from XPathFactory.
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|