Uses of Interface
com.hjl.junitscript.ant.DOMUtil.NodeFilter

Packages that use DOMUtil.NodeFilter
com.hjl.junitscript.ant   
 

Uses of DOMUtil.NodeFilter in com.hjl.junitscript.ant
 

Methods in com.hjl.junitscript.ant with parameters of type DOMUtil.NodeFilter
static org.w3c.dom.NodeList DOMUtil.listChildNodes(org.w3c.dom.Node parent, DOMUtil.NodeFilter filter, boolean recurse)
          list a set of node that match a specific filter.