All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.CommentExpr
com.kvisco.xsl.CommentExpr
- public class CommentExpr
- implements NodeExpr
Represents a comment() expression
- Author:
- Keith Visco (kvisco@ziplink.net)
-
CommentExpr()
-
-
evaluate(Node, ProcessorState)
- Evaluates this Expr using the given context Node and ProcessorState
-
getExprType()
-
-
getNodeExprType()
- Returns the type of this NodeExpr
-
matches(Node, Node, ProcessorState)
- Determines if the given node is matched by this NodeExpr
within the given context
-
toString()
- Returns the String representation of this NodeExpr
CommentExpr
public CommentExpr()
toString
public String toString()
- Returns the String representation of this NodeExpr
evaluate
public ExprResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evaluates this Expr using the given context Node and ProcessorState
- Parameters:
- context - the current context Node
- ps - the ProcessorState that contains the current processing
environment
- Returns:
- the ExprResult
getExprType
public short getExprType()
getNodeExprType
public short getNodeExprType()
- Returns the type of this NodeExpr
- Returns:
- the type of this NodeExpr
matches
public boolean matches(Node node,
Node context,
ProcessorState ps) throws InvalidExprException
- Determines if the given node is matched by this NodeExpr
within the given context
All Packages Class Hierarchy This Package Previous Next Index