Interface DOMUtil.NodeFilter
-
- Enclosing class:
- DOMUtil
public static interface DOMUtil.NodeFilter
Filter interface to be applied when iterating over a DOM tree. Just think of it like aFileFilter
clone.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(org.w3c.dom.Node node)
-