| Package | Description |
|---|---|
| org.gcube.data.trees.io |
| Modifier and Type | Method and Description |
|---|---|
static Element |
XMLBindings.nodeToElement(Node node,
WriteOptions options)
Converts a
Node to its XML representation. |
static void |
XMLBindings.nodeToStream(Node node,
OutputStream stream,
WriteOptions options)
Converts a
Node to its XML representation. |
static void |
XMLBindings.nodeToStream(Node node,
Writer stream,
WriteOptions options)
Converts a
Node to its XML representation. |
static String |
XMLBindings.nodeToString(Node node,
WriteOptions options)
Converts a
Node to its XML representation. |
static Element |
XMLBindings.toElement(Tree tree,
WriteOptions options)
Converts a
Tree to its XML representation. |
static void |
XMLBindings.toStream(Tree tree,
OutputStream stream,
WriteOptions options)
Converts a
Tree to its XML representation. |
static void |
XMLBindings.toStream(Tree tree,
Writer stream,
WriteOptions options)
Converts a
Tree to its XML representation. |
static String |
XMLBindings.toString(Tree tree,
WriteOptions options)
Converts a
Tree to its XML representation. |
Copyright © 2018. All Rights Reserved.