org.apache.xpath.patterns
Interface NodeTestFilter

All Known Implementing Classes:
StreamableNode

public interface NodeTestFilter

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


Method Summary
 void setNodeTest(NodeTest nodeTest)
           
 

Method Detail

setNodeTest

public void setNodeTest(NodeTest nodeTest)


Copyright © 2000 Apache XML Project. All Rights Reserved.