Package org.apache.webdav.lib.util
Class XMLDebugOutputer
java.lang.Object
org.apache.webdav.lib.util.XMLDebugOutputer
XMLDebugOutputer helper class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XMLDebugOutputer
public XMLDebugOutputer()Constructor
-
-
Method Details
-
print
Print the given document to debug output. If debug is set to true;- Parameters:
doc
-
-
print
Print the given XML string to debug output. If debug is set to true;- Parameters:
xmlString
-
-
setDebug
public void setDebug(boolean debug) Set debug information.- Parameters:
debug
-
-