|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.arb.util.XmlTreeUtil
public class XmlTreeUtil
TODO: The documentation for this type (XmlTreeUtil) is incomplete. (brpocock, Oct 13, 2009)
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 |
---|
public XmlTreeUtil()
Method Detail |
---|
public java.lang.String printTree(org.w3c.dom.Document XMLDocument)
XMLDocument
- WRITEME
public void printTree(org.w3c.dom.Document XMLDocument, java.io.OutputStream os)
XMLDocument
- WRITEMEos
- WRITEMEpublic byte[] printTreeBytes(org.w3c.dom.Document XMLDocument)
XMLDocument
- WRITEME
public void setCollapsed()
public void setPrintDocumentNode(boolean b)
b
- WRITEME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |