public class Utils
extends java.lang.Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<org.w3c.dom.Node> |
getChildrenWithName(org.w3c.dom.Element parent,
java.lang.String ns,
java.lang.String localName)
Return child elements with specified name.
|