Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XPATHPROCESSOR_HEADER_GUARD_1357924680)
19 #define XPATHPROCESSOR_HEADER_GUARD_1357924680
34 XALAN_DECLARE_XERCES_CLASS(Locator)
38 XALAN_CPP_NAMESPACE_BEGIN
83 const Locator* locator = 0,
84 bool allowVariableReferences =
true,
85 bool allowKeyFunction =
true) = 0;
104 const Locator* locator = 0,
105 bool allowVariableReferences =
true,
106 bool allowKeyFunction =
true) = 0;
123 XALAN_CPP_NAMESPACE_END
127 #endif // XPATHPROCESSOR_HEADER_GUARD_1357924680
virtual ~XPathProcessor()
virtual void initXPath(XPath &pathObj, XPathConstructionContext &constructionContext, const XalanDOMString &expression, const PrefixResolver &resolver, const Locator *locator=0, bool allowVariableReferences=true, bool allowKeyFunction=true)=0
Given a string, make an XPath object, in order that a parse doesn't have to be done each time the exp...
This class defines an interface for classes that resolve namespace prefixes to their URIs.
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.
XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
#define XALAN_XPATH_EXPORT
XALAN_CPP_NAMESPACE_BEGIN XALAN_USING_XERCES(Locator)
virtual void initMatchPattern(XPath &pathObj, XPathConstructionContext &constructionContext, const XalanDOMString &expression, const PrefixResolver &resolver, const Locator *locator=0, bool allowVariableReferences=true, bool allowKeyFunction=true)=0
Given a string, create an XSLT Match Pattern object.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|