public final class DOMUtil extends Object
Constructor | Description |
---|---|
DOMUtil() |
Modifier and Type | Method | Description |
---|---|---|
static String |
getAttribute(Element e,
String nsUri,
String local) |
|
static List<Element> |
getChildElements(Element e) |
|
static List<Element> |
getChildElements(Element e,
String localName) |
|
static Element |
getElement(Element e,
String localName) |
|
static Element |
getElement(Element e,
String nsUri,
String localName) |
Copyright © 2018 Oracle Corporation. All rights reserved.