Top Description Methods
com.sun.org.apache.xpath.internal.patterns

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.

Method Summary

Modifier and TypeMethod and Description
public void
setNodeTest(NodeTest
Reference to a NodeTest that may be used to predetermine what nodes to return.
nodeTest
)

Set the node test for this filter.

Method Detail

setNodeTestback to summary
public void setNodeTest(NodeTest nodeTest)

Set the node test for this filter.

Parameters
nodeTest:NodeTest

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