com.jclark.xsl.expr
Class KeyFunction

java.lang.Object
  extended by com.jclark.xsl.expr.KeyFunction
All Implemented Interfaces:
Function

 class KeyFunction
extends java.lang.Object
implements Function

the XPath function key("name", "value")


Constructor Summary
KeyFunction()
           
 
Method Summary
 ConvertibleExpr makeCallExpr(ConvertibleExpr[] e, Node exprNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyFunction

KeyFunction()
Method Detail

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] e,
                                    Node exprNode)
                             throws ParseException
Specified by:
makeCallExpr in interface Function
Throws:
ParseException