|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.webdav.lib.util.XMLDebugOutputer
public class XMLDebugOutputer
XMLDebugOutputer helper class.
Constructor Summary | |
---|---|
XMLDebugOutputer()
Constructor |
Method Summary | |
---|---|
void |
print(org.w3c.dom.Document doc)
Print the given document to debug output. |
void |
print(java.lang.String xmlString)
Print the given XML string to debug output. |
void |
setDebug(boolean debug)
Set debug information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLDebugOutputer()
Method Detail |
---|
public void print(org.w3c.dom.Document doc)
doc
- public void print(java.lang.String xmlString)
xmlString
- public void setDebug(boolean debug)
debug
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |