infovis.tree.io
Class XMLTreeWriter

java.lang.Object
  extended by infovis.io.AbstractWriter
      extended by infovis.io.AbstractXMLWriter
          extended by infovis.tree.io.XMLTreeWriter

public class XMLTreeWriter
extends AbstractXMLWriter

Writer according to the treeml DTD.

Version:
$Revision: 1.17 $
Author:
Jean-Daniel Fekete

Constructor Summary
XMLTreeWriter(OutputStream out, Tree tree)
          Constructor for XMLTreeWriter.
 
Method Summary
 boolean write()
          Abstract method that performs the actual writing of data.
 
Methods inherited from class infovis.io.AbstractXMLWriter
indent, isIdenting, setIdenting
 
Methods inherited from class infovis.io.AbstractWriter
addAllColumnLabels, addColumnLabel, flush, getColumnLabelAt, getColumnLabels, getEncoding, getName, getOut, getWriter, namedType, setEncoding, write, write, writeBuffer, writeln
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTreeWriter

public XMLTreeWriter(OutputStream out,
                     Tree tree)
Constructor for XMLTreeWriter.

Parameters:
out -
tree -
Method Detail

write

public boolean write()
Description copied from class: AbstractWriter
Abstract method that performs the actual writing of data.

Specified by:
write in class AbstractWriter
See Also:
AbstractWriter.write()


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.