Interface NodeFilter
- All Known Implementing Classes:
AbstractNodeFilter,CompositeNodeFilter,ContentClassFilter
public interface NodeFilter
- Author:
- brian Examines the supplied node and indicates whether it has been accepted by the filter.
-
Method Summary
-
Method Details
-
accept
Examines the supplied node and indicates whether it has been accepted by the filter.- Parameters:
thisNode- NodeRef- Returns:
- true if the supplied node matches the criteria specified on this filter, and false otherwise.
-