FileDocCategorySizeDatePackage
NodeTestFilter.javaAPI DocJava SE 6 API1175Tue Jun 10 00:23:16 BST 2008com.sun.org.apache.xpath.internal.patterns

NodeTestFilter

public interface NodeTestFilter
This interface should be implemented by Nodes and/or iterators, when they need to know what the node test is before they do getNextChild, etc.

Fields Summary
Constructors Summary
Methods Summary
public voidsetNodeTest(com.sun.org.apache.xpath.internal.patterns.NodeTest nodeTest)
Set the node test for this filter.

param
nodeTest Reference to a NodeTest that may be used to predetermine what nodes to return.