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  

XPathFactory Class Reference

#include <XPathFactory.hpp>

Inheritance diagram for XPathFactory:

XPathFactoryDefault List of all members.

Public Methods

Protected Methods

Friends


Detailed Description


Constructor & Destructor Documentation

explicit XPathFactory::XPathFactory ()

virtual XPathFactory::~XPathFactory () [virtual]


Member Function Documentation

XPath * XPathFactory::create ( bool fOptimize = true) [pure 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 in XPathFactoryDefault.

virtual bool XPathFactory::doReturnObject ( const XPath * theXPath,
bool fInReset = false) [protected, pure virtual]

Reimplemented in XPathFactoryDefault.

void XPathFactory::reset () [pure virtual]

Reset the instance.

This invalidates all existing instances created with this XPathFactory.

Reimplemented in XPathFactoryDefault.

bool XPathFactory::returnObject ( const XPath * theXPath)

Return an XPath to the factory.

Parameters:
theXPath   The XPath to be returned
Returns:
true if the object belongs to the factory, false if not.

Friends And Related Function Documentation

struct DeleteXPathFunctor [friend]


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.