org.apache.webdav.lib.util
Class XMLDebugOutputer
java.lang.Object
org.apache.webdav.lib.util.XMLDebugOutputer
public class XMLDebugOutputer
extends java.lang.Object
XMLDebugOutputer helper class.
void | print(Document doc) - Print the given document to debug output.
|
void | print(String xmlString) - Print the given XML string to debug output.
|
void | setDebug(boolean debug) - Set debug information.
|
XMLDebugOutputer
public XMLDebugOutputer()
Constructor
print
public void print(Document doc)
Print the given document to debug output. If debug is set to true;
print
public void print(String xmlString)
Print the given XML string to debug output. If debug is set to true;
setDebug
public void setDebug(boolean debug)
Set debug information.