public final class XmlIOHelper extends Object
| Constructor and Description |
|---|
XmlIOHelper(ClassLoader cl) |
| 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 |
getNodeNameWithoutNamespaceAlias(Node child) |
String |
writeDocumentToString(boolean stripSpaces,
Node node) |
public XmlIOHelper(ClassLoader cl)
public static List<Element> getChildrenWithName(String name, Element parentNode)
public static List<Element> getChildrenWithNameStripAlias(String name, Optional<String> namespace, Element parentNode)
public String writeDocumentToString(boolean stripSpaces, Node node) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.