|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.umontreal.iro.rali.Debug
public class Debug
Constructor Summary | |
---|---|
Debug()
|
Method Summary | |
---|---|
static void |
compact(org.w3c.dom.Node node,
java.lang.String indent)
print a compact form of a Node (used here only for debugging) |
static void |
dumpElem(java.lang.String mess,
org.w3c.dom.Node elem)
Prints a message followed by the compact form of a document Node Only used for debugging purpose |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public static void dumpElem(java.lang.String mess, org.w3c.dom.Node elem)
mess
- String giving the message to showelem
- Node to print in compact formpublic static void compact(org.w3c.dom.Node node, java.lang.String indent)
node
- starting node to compactindent
- string added at the start of each new line
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |