com.jclark.xsl.expr
Class SystemPropertyFunction

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

 class SystemPropertyFunction
extends java.lang.Object
implements Function

implements the system-property() function, XSLT 1.0, section 12.4


Constructor Summary
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
Throws:
ParseException