| java.lang.Object org.conform.util.DOMWriter
DOMWriter | public class DOMWriter (Code) | | A sample DOM writer. This sample program illustrates how to
traverse a DOM tree in order to print a document that is parsed.
version: $Id: DOMWriter.java 435 2005-04-29 13:36:50Z hengels $ version: ORIGINAL - DOMWriter.java,v 1.8 2000/09/19 17:15:47 jeffreyr |
canonical | protected boolean canonical(Code) | | Canonical output.
|
getWriterEncoding | public static String getWriterEncoding()(Code) | | |
print | public void print(Node node, boolean prettyprint)(Code) | | Prints the specified node, recursively.
|
|
|