All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.XMLNamesFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.XMLNamesFunctionCall
- public class XMLNamesFunctionCall
- extends FunctionCall
A class that represents the XSL local-part(NodeSetExpr) function call
- Author:
- Keith Visco
-
LOCAL_PART
-
-
NAME
-
-
NAMESPACE
-
-
XMLNamesFunctionCall()
- Creates a new XMLNames Function Call
-
XMLNamesFunctionCall(short)
- Creates a new XMLNames Function Call
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
LOCAL_PART
public static final short LOCAL_PART
NAME
public static final short NAME
NAMESPACE
public static final short NAMESPACE
XMLNamesFunctionCall
public XMLNamesFunctionCall()
- Creates a new XMLNames Function Call
XMLNamesFunctionCall
public XMLNamesFunctionCall(short type)
- Creates a new XMLNames Function Call
evaluate
public ExprResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evalutes this FunctionCall using the given Node as
the context. This method will always return a StringResult
- Throws: InvalidExprException
- when the expression being
evaluated has an error.
All Packages Class Hierarchy This Package Previous Next Index