public class XMLDebugOutputer
extends java.lang.Object
| Constructor and Description |
|---|
XMLDebugOutputer()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void print(org.w3c.dom.Document doc)
doc - public void print(java.lang.String xmlString)
xmlString - public void setDebug(boolean debug)
debug -