public final class DOMUtil extends Object
Constructor and Description |
---|
DOMUtil() |
Modifier and Type | Method and 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 © 2019 JBoss by Red Hat. All rights reserved.