|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.beanio.util.DomUtil
public class DomUtil
Utility class for working with XML document object models.
Method Summary | |
---|---|
static Document |
newDocument()
Creates a new XML document object model. |
static void |
print(String title,
Document document)
Prints a DOM to standard out (for testing only). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Document newDocument()
public static void print(String title, Document document)
title
- the name of the DOMdocument
- the DOM to print
|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |