|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionTable | |
---|---|
org.apache.xpath | Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. |
org.apache.xpath.compiler | Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. |
org.apache.xpath.functions | Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. |
Uses of FunctionTable in org.apache.xpath |
---|
Fields in org.apache.xpath declared as FunctionTable | |
---|---|
private FunctionTable |
XPath.m_funcTable
The function table for xpath build-in functions |
Constructors in org.apache.xpath with parameters of type FunctionTable | |
---|---|
XPath(java.lang.String exprString,
javax.xml.transform.SourceLocator locator,
PrefixResolver prefixResolver,
int type,
javax.xml.transform.ErrorListener errorListener,
FunctionTable aTable)
Construct an XPath object. |
Uses of FunctionTable in org.apache.xpath.compiler |
---|
Fields in org.apache.xpath.compiler declared as FunctionTable | |
---|---|
private FunctionTable |
XPathParser.m_functionTable
The table contains build-in functions and customized functions |
private FunctionTable |
Compiler.m_functionTable
The FunctionTable for all xpath build-in functions |
Methods in org.apache.xpath.compiler that return FunctionTable | |
---|---|
(package private) FunctionTable |
Compiler.getFunctionTable()
Get the function table |
Constructors in org.apache.xpath.compiler with parameters of type FunctionTable | |
---|---|
Compiler(javax.xml.transform.ErrorListener errorHandler,
javax.xml.transform.SourceLocator locator,
FunctionTable fTable)
Construct a Compiler object with a specific ErrorListener and SourceLocator where the expression is located. |
Uses of FunctionTable in org.apache.xpath.functions |
---|
Fields in org.apache.xpath.functions declared as FunctionTable | |
---|---|
private FunctionTable |
FuncExtFunctionAvailable.m_functionTable
|
Methods in org.apache.xpath.functions with parameters of type FunctionTable | |
---|---|
void |
FuncExtFunctionAvailable.setFunctionTable(FunctionTable aTable)
The function table is an instance field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |