|
||||||||||
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@star-hope.org, Oct 13, 2009)
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 |
---|
private String lineSpace
private boolean print_document_node
private String tabSpace
Constructor Detail |
---|
public XmlTreeUtil()
Method Detail |
---|
private int _printTree(Node node, OutputStream os, int nodeLevelStart) throws IOException
node
- WRITEMEos
- WRITEMEnodeLevelStart
- WRITEME
IOException
- WRITEMEpublic String printTree(Document XMLDocument)
XMLDocument
- WRITEME
public void printTree(Document XMLDocument, OutputStream os)
XMLDocument
- WRITEMEos
- WRITEMEpublic byte[] printTreeBytes(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 |