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
-
matches(Node, Node, ProcessorState)
- Determines if the given node is matched by this MatchExpr with
respect to the given context node.
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