All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.kvisco.xsl.MatchExpr

public interface MatchExpr
This class represents a MatchExpr

Author:
Keith Visco

Method Index

 o matches(Node, Node, ProcessorState)
Determines if the given node is matched by this MatchExpr with respect to the given context node.

Methods

 o matches
 public abstract boolean matches(Node node,
                                 Node context,
                                 ProcessorState ps) throws InvalidExprException
Determines if the given node is matched by this MatchExpr with respect to the given context node.

Parameters:
node - the node to determine a match for
context - the Node which represents the current context
ps - the current ProcessorState
Returns:
true if the given node is matched by this MatchExpr

All Packages  Class Hierarchy  This Package  Previous  Next  Index