public final class XmlIOHelper extends Object
Constructor and Description |
---|
XmlIOHelper() |
Modifier and Type | Method and Description |
---|---|
static List<Element> |
getChildrenWithName(String name,
Element parentNode) |
static List<Element> |
getChildrenWithNameStripAlias(String name,
Optional<String> namespace,
Element parentNode) |
static String |
writeDocumentToString(boolean stripSpaces,
Node node) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.