Uses of Interface
org.planx.xpath.function.Function

Packages that use Function
org.planx.xpath   
org.planx.xpath.function   
 

Uses of Function in org.planx.xpath
 

Methods in org.planx.xpath that return Function
 Function Environment.getFunction(String funcName)
          Returns the function bound to the specified name.
 

Methods in org.planx.xpath with parameters of type Function
 void Environment.bindFunction(String funcName, Function func)
          Binds the specified function to the specified function name in this environment.
 

Uses of Function in org.planx.xpath.function
 

Classes in org.planx.xpath.function that implement Function
 class BooleanFunction
          Core boolean function.
 class LastFunction
          Core last function.
 class NumberFunction
          Core number function.
 class PositionFunction
          Core position function.
 class StringFunction
          Core string function.
 



Copyright © 2010. All Rights Reserved.