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
-
FUNCTION_AVAILABLE
-
-
SYSTEM_PROPERTY
-
-
SystemFunctionCall()
- Creates a new SystemFunctionCall using the default
function type (system-property())
-
SystemFunctionCall(short)
- Creates a new SystemFunctionCall
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
SYSTEM_PROPERTY
public static final short SYSTEM_PROPERTY
FUNCTION_AVAILABLE
public static final short FUNCTION_AVAILABLE
SystemFunctionCall
public SystemFunctionCall()
- Creates a new SystemFunctionCall using the default
function type (system-property())
SystemFunctionCall
public SystemFunctionCall(short type)
- Creates a new SystemFunctionCall
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