Package | Description |
---|---|
org.codice.ddf.platform.util |
Modifier and Type | Method and Description |
---|---|
String |
XMLUtils.format(Node nodeXml,
TransformerProperties transformerProperties) |
String |
XMLUtils.format(Source sourceXml,
TransformerProperties transformProperties)
Formats XML into a String
|
Result |
XMLUtils.transform(Node nodeXml,
TransformerProperties transformerProperties,
Result result) |
Result |
XMLUtils.transform(Source sourceXml,
TransformerProperties transformProperties,
Result result)
Transforms XML into a Result
|
This work is licensed under a Creative Commons Attribution 4.0 International License.