Uses of Class
ucar.unidata.xml.XmlNodeList

Packages that use XmlNodeList
ucar.unidata.xml This package provides a set of Xml related classes. 
 

Uses of XmlNodeList in ucar.unidata.xml
 

Methods in ucar.unidata.xml that return XmlNodeList
static XmlNodeList XmlUtil.getElements(Element parent, String tagName)
          Get all Element children of the given parent Element with the given tagName.
 

Methods in ucar.unidata.xml with parameters of type XmlNodeList
static NodeList XmlUtil.getElements(Element parent, XmlNodeList nodeList)
          Get all children of the given parent Element who are instances of the Element class.