net.authorize.arb.util
Class XmlTreeUtil

java.lang.Object
  extended by net.authorize.arb.util.XmlTreeUtil

public class XmlTreeUtil
extends Object

TODO: The documentation for this type (XmlTreeUtil) is incomplete. (brpocock@star-hope.org, Oct 13, 2009)

Author:
brpocock@star-hope.org

Field Summary
private  String lineSpace
          WRITEME
private  boolean print_document_node
          WRITEME
private  String tabSpace
          WRITEME
 
Constructor Summary
XmlTreeUtil()
          WRITEME
 
Method Summary
private  int _printTree(Node node, OutputStream os, int nodeLevelStart)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 String printTree(Document XMLDocument)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 void printTree(Document XMLDocument, OutputStream os)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 byte[] printTreeBytes(Document XMLDocument)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 void setCollapsed()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 void setPrintDocumentNode(boolean b)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineSpace

private String lineSpace
WRITEME


print_document_node

private boolean print_document_node
WRITEME


tabSpace

private String tabSpace
WRITEME

Constructor Detail

XmlTreeUtil

public XmlTreeUtil()
WRITEME

Method Detail

_printTree

private int _printTree(Node node,
                       OutputStream os,
                       int nodeLevelStart)
                throws IOException
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
node - WRITEME
os - WRITEME
nodeLevelStart - WRITEME
Returns:
the nodeLevelEnd WRITEME
Throws:
IOException - WRITEME

printTree

public String printTree(Document XMLDocument)
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
XMLDocument - WRITEME
Returns:
WRITEME

printTree

public void printTree(Document XMLDocument,
                      OutputStream os)
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
XMLDocument - WRITEME
os - WRITEME

printTreeBytes

public byte[] printTreeBytes(Document XMLDocument)
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
XMLDocument - WRITEME
Returns:
WRITEME

setCollapsed

public void setCollapsed()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)


setPrintDocumentNode

public void setPrintDocumentNode(boolean b)
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
b - WRITEME