Xalan-C++ API Reference 1.12.0
|
The XPathProcessorImpl class responsibilities include tokenizing and parsing the XPath expression, and acting as a general interface to XPaths. More...
#include <xalanc/XPath/XPathProcessorImpl.hpp>
Public Types | |
typedef XalanMap< XalanDOMString, const XalanDOMString * > | StringToStringMapType |
typedef XalanVector< bool > | BoolVectorType |
typedef XalanDOMString::size_type | t_size_type |
![]() | |
typedef xercesc::Locator | LocatorType |
Public Member Functions | |
XPathProcessorImpl (MemoryManager &theManager XALAN_DEFAULT_MEMMGR) | |
virtual | ~XPathProcessorImpl () |
virtual void | initXPath (XPath &pathObj, XPathConstructionContext &constructionContext, const XalanDOMString &expression, const PrefixResolver &resolver, const Locator *locator=0, bool allowVariableReferences=true, bool allowKeyFunction=true) |
Given a string, make an XPath object, in order that a parse doesn't have to be done each time the expression is executed. | |
virtual void | initMatchPattern (XPath &pathObj, XPathConstructionContext &constructionContext, const XalanDOMString &expression, const PrefixResolver &resolver, const Locator *locator=0, bool allowVariableReferences=true, bool allowKeyFunction=true) |
Given a string, create an XSLT Match Pattern object. | |
![]() | |
XPathProcessor () | |
virtual | ~XPathProcessor () |
Static Public Member Functions | |
static XPathProcessorImpl * | create (MemoryManager &theManager) |
![]() | |
static void | installFunction (const XalanDOMString &theFunctionName, const Function &theFunction) |
Given a string, and a reference to a function object, install the function with the given name. | |
The XPathProcessorImpl class responsibilities include tokenizing and parsing the XPath expression, and acting as a general interface to XPaths.
Definition at line 66 of file XPathProcessorImpl.hpp.
Definition at line 73 of file XPathProcessorImpl.hpp.
typedef XalanMap<XalanDOMString, const XalanDOMString*> xalanc::XPathProcessorImpl::StringToStringMapType |
Definition at line 71 of file XPathProcessorImpl.hpp.
Definition at line 75 of file XPathProcessorImpl.hpp.
xalanc::XPathProcessorImpl::XPathProcessorImpl | ( | MemoryManager &theManager | XALAN_DEFAULT_MEMMGR | ) |
|
virtual |
|
static |
|
virtual |
Given a string, create an XSLT Match Pattern object.
pathObj | XPath object to be initialized |
constructionContext | The construction context |
expression | expression that will be evaluated |
resolver | prefix resolver to use |
locator | the Locator to use for error report. May be null |
allowVariableReferences | If true, variable references are allowed. |
allowKeyFunction | If true, calls to the key() function are allowed. |
Implements xalanc::XPathProcessor.
|
virtual |
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 |
constructionContext | The construction context |
expression | expression that will be evaluated |
resolver | prefix resolver to use |
locator | the Locator to use for error report. May be null |
allowVariableReferences | If true, variable references are allowed. |
allowKeyFunction | If true, calls to the key() function are allowed. |
Implements xalanc::XPathProcessor.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by