com.novell.xml.xpath
Interface NodeTest

All Known Implementing Classes:
NodeType, NodeTypePI, PatternNodeType, WildcardName

public interface NodeTest

An interface representing NodeTest functionality in XPath expressions.

See Also:
WildcardName, NodeType, NodeTypePI

Method Summary
 boolean evaluate(Node contextNode)
          Evaluate the NodeTest with respect to the expression context
 

Method Detail

evaluate

public boolean evaluate(Node contextNode)
Evaluate the NodeTest with respect to the expression context

Parameters:
contextNode - node to evaluate
Returns:
true if context Node is matched by NodeTest, false otherwise