com.jclark.xsl.expr
Class SystemPropertyFunction

java.lang.Object
  |
  +--com.jclark.xsl.expr.SystemPropertyFunction
All Implemented Interfaces:
Function

class SystemPropertyFunction
extends java.lang.Object
implements Function


Constructor Summary
(package private) SystemPropertyFunction()
           
 
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

SystemPropertyFunction

SystemPropertyFunction()
Method Detail

makeCallExpr

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