XPathFunction


XPathFunction javax.xml.xpath

Java 5.0

This interface defines the invocation API for user -defined XPath functions. Arguments are passed to the evaluate( ) method as a java.util.List and the return value should be an Object . evaluate( ) may throw an XPathFunctionException . See also XPathFunctionResolver .

 public interface  XPathFunction  {  // Public Instance Methods  Object  evaluate  (java.util.List  args  ) throws XPathFunctionException;   } 

Returned By

XPathFunctionResolver.resolveFunction( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net