BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.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 they do getNextChild, etc.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void setNodeTest(NodeTest nodeTest)
          Set the node test for this filter.
 

Method Detail

setNodeTest

public void setNodeTest(NodeTest nodeTest)
Set the node test for this filter.

Parameters:
nodeTest - Reference to a NodeTest that may be used to predetermine what nodes to return.

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.