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

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

public abstract class FunctionOpt1
extends java.lang.Object
implements com.smallx.xml.xslt.xt.xpath.Function


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

Constructor Detail

FunctionOpt1

public FunctionOpt1()
Method Detail

makeCallExpr

public abstract ConvertibleExpr makeCallExpr(ConvertibleExpr e)
                                      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