|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.fikin.ant.XPathTask.ListOfFunctions
public class XPathTask.ListOfFunctions
Functions context handler used by XPath to resolve custom namespaces
created on Jan 5, 2007
Constructor Summary | |
---|---|
XPathTask.ListOfFunctions()
|
Method Summary | |
---|---|
void |
addFunction(XPathTask.Function f)
add new namespace to the list |
javax.xml.xpath.XPathFunction |
resolveFunction(javax.xml.namespace.QName functionName,
int arity)
return new or reusable function object for given uri and local name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathTask.ListOfFunctions()
Method Detail |
---|
public void addFunction(XPathTask.Function f)
ns
- to addpublic javax.xml.xpath.XPathFunction resolveFunction(javax.xml.namespace.QName functionName, int arity)
return null if no function found by this data
resolveFunction
in interface javax.xml.xpath.XPathFunctionResolver
java.lang.NullPointerException
- in case of error while creating the
function object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |