Uses of Class
org.gcube.data.trees.io.WriteOptions

Packages that use WriteOptions
org.gcube.data.trees.io   
 

Uses of WriteOptions in org.gcube.data.trees.io
 

Methods in org.gcube.data.trees.io with parameters of type WriteOptions
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 © 2013. All Rights Reserved.