All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.SystemFunctionCall

com.kvisco.xsl.functions.FunctionCall
   |
   +----com.kvisco.xsl.functions.SystemFunctionCall

public class SystemFunctionCall
extends FunctionCall
A implementation of the "system-property" function call

Author:
Keith Visco

Variable Index

 o FUNCTION_AVAILABLE
 o SYSTEM_PROPERTY

Constructor Index

 o SystemFunctionCall()
Creates a new SystemFunctionCall using the default function type (system-property())
 o SystemFunctionCall(short)
Creates a new SystemFunctionCall

Method Index

 o evaluate(Node, ProcessorState)
Evalutes this FunctionCall using the given Node as the context.

Variables

 o SYSTEM_PROPERTY
 public static final short SYSTEM_PROPERTY
 o FUNCTION_AVAILABLE
 public static final short FUNCTION_AVAILABLE

Constructors

 o SystemFunctionCall
 public SystemFunctionCall()
Creates a new SystemFunctionCall using the default function type (system-property())

 o SystemFunctionCall
 public SystemFunctionCall(short type)
Creates a new SystemFunctionCall

Methods

 o evaluate
 public ExprResult evaluate(Node context,
                            ProcessorState ps) throws InvalidExprException
Evalutes this FunctionCall using the given Node as the context.


All Packages  Class Hierarchy  This Package  Previous  Next  Index