Uses of Class
ucar.unidata.xml.XmlNodeList
Packages that use XmlNodeList
-
Uses of XmlNodeList in ucar.unidata.xml
Methods in ucar.unidata.xml that return XmlNodeListModifier and TypeMethodDescriptionstatic 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 XmlNodeListModifier and TypeMethodDescriptionstatic NodeList
XmlUtil.getElements
(Element parent, XmlNodeList nodeList) Get all children of the given parent Element who are instances of the Element class.