public class DomUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Document |
newDocument()
Creates a new XML document object model.
|
static void |
print(String title,
Node document)
Prints a DOM to standard out (for testing only).
|
public static Document newDocument()