#include <XPathProcessor.hpp>
Inheritance diagram for XPathProcessor:

|
|
|
Given a string, create an XSLT Match Pattern object.
| pathObj | XPath object to be initialized |
| expression | expression that will be evaluated |
| resolver | prefix resolver to use |
| xobjectFactory | factory class instance for XObjects |
| envSupport | XPath environment support class instance |
Reimplemented in XPathProcessorImpl.
|
Given a string, make an XPath object, in order that a parse doesn't have to be done each time the expression is executed.
| pathObj | XPath object to be initialized |
| expression | expression that will be evaluated |
| resolver | prefix resolver to use |
| xobjectFactory | factory class instance for XObjects |
| envSupport | XPath environment support class instance |
Reimplemented in XPathProcessorImpl.
|
Given a string, and a reference to a function object, install the function with the given name.
| theFunctionName | name of function |
| theFunction | function object corresponding to name |
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++ XSL Transformer Version 1.0 |
|
|