Uses of Class org.apache.xpath.compiler.FunctionTable

Uses in package org.apache.xpath.compiler

Constructors with parameter type org.apache.xpath.compiler.FunctionTable

Compiler.Compiler(ErrorListener errorHandler, SourceLocator locator, FunctionTable fTable)
Construct a Compiler object with a specific ErrorListener and SourceLocator where the expression is located.

Uses in package org.apache.xpath.functions

Methods with parameter type org.apache.xpath.compiler.FunctionTable

void
The function table is an instance field.

Uses in package org.apache.xpath

Constructors with parameter type org.apache.xpath.compiler.FunctionTable

XPath.XPath(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener, FunctionTable aTable)
Construct an XPath object.

Copyright B) 2005 Apache XML Project. All Rights Reserved.