|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.dom.DOMStats
Collect and print statistics on a DOM.
Field Summary | |
static int |
SIMPLE_CLASS_NAMES
Option flag to print simple class names instead of fully qualified names. |
Method Summary | |
static void |
printStats(java.lang.String msg,
org.w3c.dom.Node root,
int options,
java.io.OutputStream out)
Collect and print statistics about a DOM tree or subtree. |
static void |
printStats(java.lang.String msg,
org.w3c.dom.Node root,
int options,
java.io.PrintWriter out)
Collect and print statistics about a DOM tree or subtree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SIMPLE_CLASS_NAMES
Method Detail |
public static void printStats(java.lang.String msg, org.w3c.dom.Node root, int options, java.io.PrintWriter out)
msg
- A message to print at the start. If null or empty,
don't print a message.root
- Top of the tree.options
- Option flags controlling printing.out
- Output writer. If null, stderr will be used.public static void printStats(java.lang.String msg, org.w3c.dom.Node root, int options, java.io.OutputStream out)
msg
- A message to print at the start. If null or empty,
don't print a message.root
- Top of the tree.options
- Option flags controlling printing.out
- Output writer. If null, stderr will be used.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |