| Package | Description |
|---|---|
| com.cloudbees.clickstack.util |
| Modifier and Type | Method and Description |
|---|---|
static String |
XmlUtils.flush(Document in)
Serialise the given
Document into a String. |
static void |
XmlUtils.flush(Document in,
OutputStream out)
Serialise the given
Document in the given OutputStream. |
static void |
XmlUtils.flush(Document in,
OutputStream out,
Map<String,String> outputProperties)
Serialise the given
Document in the given OutputStream. |
static void |
XmlUtils.flush(Document in,
Result out,
Map<String,String> outputProperties)
|
static void |
XmlUtils.flush(Document in,
Writer out)
|
static void |
XmlUtils.flush(Document in,
Writer out,
Map<String,String> outputProperties)
|
static String |
XmlUtils.flush(Node in)
Serialise the given
Document into a String. |
static void |
XmlUtils.flush(Node in,
OutputStream out)
Serialise the given
Node in the given OutputStream. |
static void |
XmlUtils.flush(Node in,
OutputStream out,
Map<String,String> outputProperties)
Serialise the given
Node in the given OutputStream. |
static void |
XmlUtils.flush(Node in,
Result out,
Map<String,String> outputProperties)
|
static void |
XmlUtils.flush(Node in,
Writer out)
|
static void |
XmlUtils.flush(Node in,
Writer out,
Map<String,String> outputProperties)
|
Copyright © 2013–2014. All rights reserved.