com.smallx.xml.xslt.xt.xpath
Class KeyFunction

java.lang.Object
  extended bycom.smallx.xml.xslt.xt.xpath.Function2
      extended bycom.smallx.xml.xslt.xt.xpath.KeyFunction
All Implemented Interfaces:
com.smallx.xml.xslt.xt.xpath.Function

public class KeyFunction
extends com.smallx.xml.xslt.xt.xpath.Function2


Constructor Summary
KeyFunction()
          Creates a new instance of KeyFunction
 
Method Summary
 ConvertibleExpr makeCallExpr(ConvertibleExpr[] e, StaticContext context)
           
 ConvertibleExpr makeCallExpr(ConvertibleExpr e1, ConvertibleExpr e2, StaticContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyFunction

public KeyFunction()
Creates a new instance of KeyFunction

Method Detail

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr e1,
                                    ConvertibleExpr e2,
                                    StaticContext context)
                             throws XPathException
Throws:
XPathException

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] e,
                                    StaticContext context)
                             throws XPathException
Specified by:
makeCallExpr in interface com.smallx.xml.xslt.xt.xpath.Function
Throws:
XPathException