Interface DomUtil.NodeListFilter
-
- All Known Implementing Classes:
DomUtil.ElementByNameListFilter
,DomUtil.ElementByTypeListFilter
,DomUtil.ElementNodeListFilter
- Enclosing class:
- DomUtil
public static interface DomUtil.NodeListFilter
ADomUtil.NodeListFilter
allows to filter aNodeList
, retaining only elements in the list which match the filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(org.w3c.dom.Node node)
Test if node matches the filter
-