Uses of Interface
com.jfx.xml.DOMUtil.NodeFilter

Packages that use DOMUtil.NodeFilter
com.jfx.xml   
 

Uses of DOMUtil.NodeFilter in com.jfx.xml
 

Methods in com.jfx.xml with parameters of type DOMUtil.NodeFilter
static org.w3c.dom.Node DOMUtil.getNextSiblingElement(org.w3c.dom.Node startNode, DOMUtil.NodeFilter filter)
           
static java.util.Iterator DOMUtil.getSiblingElements(org.w3c.dom.Node startNode, DOMUtil.NodeFilter filter)
           
static java.util.Iterator DOMUtil.getTopElements(org.w3c.dom.Node n, DOMUtil.NodeFilter filter)
           
 



Copyright © 2008-2009 Roman Gerasimenko.