|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.xpath.DefaultXPathFunctionResolver
Default implementation of XPathFunctionResolver
.
Constructor Summary | |
---|---|
DefaultXPathFunctionResolver()
|
|
DefaultXPathFunctionResolver(XPathFunctionResolver delegateResolver)
Construct a function resolver that first attempts to the resolve a function by calling the delegateResolver and then by calling this resolver. |
Method Summary | |
---|---|
void |
addFunction(XPathFunctionMetaData functionData)
|
XPathFunction |
resolveFunction(java.lang.String functionName,
int arity)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultXPathFunctionResolver()
public DefaultXPathFunctionResolver(XPathFunctionResolver delegateResolver)
delegateResolver
and then by calling this resolver.
delegateResolver
- a XPathFunctionResolver
.Method Detail |
public XPathFunction resolveFunction(java.lang.String functionName, int arity)
resolveFunction
in interface XPathFunctionResolver
public void addFunction(XPathFunctionMetaData functionData)
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |