Package | Description |
---|---|
ucar.unidata.xml |
This package provides a set of Xml related classes.
|
Modifier and Type | Method and Description |
---|---|
static XmlNodeList |
XmlUtil.getElements(org.w3c.dom.Element parent,
java.lang.String tagName)
Get all Element children of the given parent Element with the
given tagName.
|
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.NodeList |
XmlUtil.getElements(org.w3c.dom.Element parent,
XmlNodeList nodeList)
Get all children of the given parent Element who are instances of
the Element class.
|