Uses of Class
org.jaxen.FunctionCallException

Packages that use FunctionCallException
org.jaxen This package defines the core Jaxen API to the XPath engine. 
org.jaxen.dom Navigation for W3C DOM trees. 
org.jaxen.dom4j Navigation for dom4j trees. 
org.jaxen.function Standard XPath function library. 
org.jaxen.function.ext Extension functions to the standard XPath function library. 
org.jaxen.function.xslt XPath functions which are defined in XSLT. 
org.jaxen.jdom Navigation for JDOM trees. 
 

Uses of FunctionCallException in org.jaxen
 

Methods in org.jaxen that throw FunctionCallException
 Object Function.call(Context context, List args)
          Call this function.
 Object Navigator.getDocument(String uri)
          Loads a document from the given URI
 Object DefaultNavigator.getDocument(String url)
           
 

Uses of FunctionCallException in org.jaxen.dom
 

Methods in org.jaxen.dom that throw FunctionCallException
 Object DocumentNavigator.getDocument(String uri)
          Use JAXP to load a namespace aware document from a given URI
 

Uses of FunctionCallException in org.jaxen.dom4j
 

Methods in org.jaxen.dom4j that throw FunctionCallException
 Object DocumentNavigator.getDocument(String uri)
           
 

Uses of FunctionCallException in org.jaxen.function
 

Methods in org.jaxen.function that throw FunctionCallException
 Object TrueFunction.call(Context context, List args)
           
 Object TranslateFunction.call(Context context, List args)
           
 Object SumFunction.call(Context context, List args)
           
 Object SubstringFunction.call(Context context, List args)
           
 Object SubstringBeforeFunction.call(Context context, List args)
           
 Object SubstringAfterFunction.call(Context context, List args)
           
 Object StringLengthFunction.call(Context context, List args)
           
 Object StringFunction.call(Context context, List args)
           
 Object StartsWithFunction.call(Context context, List args)
           
 Object RoundFunction.call(Context context, List args)
           
 Object PositionFunction.call(Context context, List args)
           
 Object NumberFunction.call(Context context, List args)
           
 Object NotFunction.call(Context context, List args)
           
 Object NormalizeSpaceFunction.call(Context context, List args)
           
 Object NamespaceUriFunction.call(Context context, List args)
           
 Object NameFunction.call(Context context, List args)
           
 Object LocalNameFunction.call(Context context, List args)
           
 Object LastFunction.call(Context context, List args)
           
 Object LangFunction.call(Context context, List args)
           
 Object IdFunction.call(Context context, List args)
           
 Object FloorFunction.call(Context context, List args)
           
 Object FalseFunction.call(Context context, List args)
           
 Object CountFunction.call(Context context, List args)
           
 Object ContainsFunction.call(Context context, List args)
           
 Object ConcatFunction.call(Context context, List args)
           
 Object CeilingFunction.call(Context context, List args)
           
 Object BooleanFunction.call(Context context, List args)
           
 

Uses of FunctionCallException in org.jaxen.function.ext
 

Methods in org.jaxen.function.ext that throw FunctionCallException
 Object UpperFunction.call(Context context, List args)
           
 Object LowerFunction.call(Context context, List args)
           
 Object EvaluateFunction.call(Context context, List args)
           
static List EvaluateFunction.evaluate(Context context, Object arg)
           
 Object EndsWithFunction.call(Context context, List args)
           
 

Uses of FunctionCallException in org.jaxen.function.xslt
 

Methods in org.jaxen.function.xslt that throw FunctionCallException
 Object DocumentFunction.call(Context context, List args)
           
static Object DocumentFunction.evaluate(String url, Navigator nav)
           
 

Uses of FunctionCallException in org.jaxen.jdom
 

Methods in org.jaxen.jdom that throw FunctionCallException
 Object DocumentNavigator.getDocument(String url)
           
 



Copyright © 2001-2003 Codehaus. All Rights Reserved.