public class DebugUtil extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DebugUtil()
Utility class: Constructor prevents instantiating when subclassed.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpNode(Node node)
Serializes a W3C DOM node to a String and dumps it to System.out.
|
protected DebugUtil()
public static void dumpNode(Node node)
node - a W3C DOM nodeCopyright © 2003–2023. All rights reserved.