com.jclark.xsl.expr
Class NamespaceFunction

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

 class NamespaceFunction
extends FunctionOpt1


Constructor Summary
NamespaceFunction()
           
 
Method Summary
(package private)  ConvertibleExpr makeCallExpr(ConvertibleExpr expr)
           
 
Methods inherited from class com.jclark.xsl.expr.FunctionOpt1
makeCallExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceFunction

NamespaceFunction()
Method Detail

makeCallExpr

ConvertibleExpr makeCallExpr(ConvertibleExpr expr)
                       throws ParseException
Specified by:
makeCallExpr in class FunctionOpt1
Throws:
ParseException