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

Variable Index

 o LOCAL_PART
 o NAME
 o NAMESPACE

Constructor Index

 o XMLNamesFunctionCall()
Creates a new XMLNames Function Call
 o XMLNamesFunctionCall(short)
Creates a new XMLNames Function Call

Method Index

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

Variables

 o LOCAL_PART
 public static final short LOCAL_PART
 o NAME
 public static final short NAME
 o NAMESPACE
 public static final short NAMESPACE

Constructors

 o XMLNamesFunctionCall
 public XMLNamesFunctionCall()
Creates a new XMLNames Function Call

 o XMLNamesFunctionCall
 public XMLNamesFunctionCall(short type)
Creates a new XMLNames Function Call

Methods

 o 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