Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.model
Interface NodeFilter

All Known Subinterfaces:
NodeUtil.NodeFilter

public interface NodeFilter
Since:
11.1.2.0.0 (Sherman)

Method Summary
 boolean accept(Node node)
           

 

Method Detail

accept

boolean accept(@NotNull
               Node node)
Parameters:
node - The Node that is being filtered.
Returns:
true if this filter allows the specified Node is allowed to be included. Returns false otherwise.
Throws:
java.lang.NullPointerException - if the specified URL is null.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.