com.jclark.xsl.expr
Class NormalizeFunction

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

 class NormalizeFunction
extends FunctionOpt1


Constructor Summary
NormalizeFunction()
           
 
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

NormalizeFunction

NormalizeFunction()
Method Detail

makeCallExpr

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