net.authorize.arb.util
Class XmlTreeUtil

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

public class XmlTreeUtil
extends java.lang.Object

TODO: The documentation for this type (XmlTreeUtil) is incomplete. (brpocock, Oct 13, 2009)

Author:
brpocock

Constructor Summary
XmlTreeUtil()
          WRITEME
 
Method Summary
 java.lang.String printTree(org.w3c.dom.Document XMLDocument)
          TODO: document this method (brpocock, Oct 13, 2009)
 void printTree(org.w3c.dom.Document XMLDocument, java.io.OutputStream os)
          TODO: document this method (brpocock, Oct 13, 2009)
 byte[] printTreeBytes(org.w3c.dom.Document XMLDocument)
          TODO: document this method (brpocock, Oct 13, 2009)
 void setCollapsed()
          TODO: document this method (brpocock, Oct 13, 2009)
 void setPrintDocumentNode(boolean b)
          TODO: document this method (brpocock, Oct 13, 2009)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlTreeUtil

public XmlTreeUtil()
WRITEME

Method Detail

printTree

public java.lang.String printTree(org.w3c.dom.Document XMLDocument)
TODO: document this method (brpocock, Oct 13, 2009)

Parameters:
XMLDocument - WRITEME
Returns:
WRITEME

printTree

public void printTree(org.w3c.dom.Document XMLDocument,
                      java.io.OutputStream os)
TODO: document this method (brpocock, Oct 13, 2009)

Parameters:
XMLDocument - WRITEME
os - WRITEME

printTreeBytes

public byte[] printTreeBytes(org.w3c.dom.Document XMLDocument)
TODO: document this method (brpocock, Oct 13, 2009)

Parameters:
XMLDocument - WRITEME
Returns:
WRITEME

setCollapsed

public void setCollapsed()
TODO: document this method (brpocock, Oct 13, 2009)


setPrintDocumentNode

public void setPrintDocumentNode(boolean b)
TODO: document this method (brpocock, Oct 13, 2009)

Parameters:
b - WRITEME