public class XMLDebugOutputer
extends java.lang.Object
Constructor | Description |
---|---|
XMLDebugOutputer() |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
void |
print(java.lang.String xmlString) |
Print the given XML string to debug output.
|
void |
print(org.w3c.dom.Document doc) |
Print the given document 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
-