public class NutsXmlUtils extends Object
| Constructor and Description |
|---|
NutsXmlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
createDocument(net.thevpc.nuts.NutsSession session) |
static DocumentBuilder |
createDocumentBuilder(boolean safe,
net.thevpc.nuts.NutsSession session) |
static String |
createElementName(String name) |
static String |
documentToString(Document document,
net.thevpc.nuts.NutsSession session) |
static String |
elementToString(Element elem,
net.thevpc.nuts.NutsSession session) |
static void |
writeDocument(Document document,
StreamResult writer,
boolean compact,
boolean headerDeclaration,
net.thevpc.nuts.NutsSession session) |
public static Document createDocument(net.thevpc.nuts.NutsSession session)
public static DocumentBuilder createDocumentBuilder(boolean safe, net.thevpc.nuts.NutsSession session)
public static String documentToString(Document document, net.thevpc.nuts.NutsSession session)
public static String elementToString(Element elem, net.thevpc.nuts.NutsSession session)
public static void writeDocument(Document document, StreamResult writer, boolean compact, boolean headerDeclaration, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.