com.novell.xsl.functions
Class xsltSystemProperty

java.lang.Object
  extended bycom.novell.xml.xpath.Function
      extended bycom.novell.xsl.functions.xsltSystemProperty

public class xsltSystemProperty
extends Function


Constructor Summary
xsltSystemProperty()
          Construct an object for the document() function
 
Method Summary
 ExpressionValue invoke(Object[] args)
          Perform system-property() function
 String toString()
          Return function name.
 
Methods inherited from class com.novell.xml.xpath.Function
getInstance, getSignature, isConstant, registerForReset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

xsltSystemProperty

public xsltSystemProperty()
Construct an object for the document() function

Method Detail

invoke

public ExpressionValue invoke(Object[] args)
                       throws XPathEvaluationException
Perform system-property() function

Overrides:
invoke in class Function
Parameters:
args - List of arguments. First and seconds args are context node and expression context Third first argument is a string giving the name of the property
Returns:
An ExpressionValue containing the property
Throws:
XPathEvaluationException

toString

public String toString()
Return function name.

Returns:
Function name.