Class DOMWriter
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.j2ee.xml.DOMWriter
-
public class DOMWriter extends Object
A simple DOM writer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDOMWriter.XMLVisitor
-
Field Summary
Fields Modifier and Type Field Description protected StringdocTypeStringprotected StringencodingTagprotected intindentprotected PrintWriteroutprotected Stringprefix
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringnormalize(String s)Normalize the text stringvoidprint(Node node)Prints the specified node, recursively.voidprintIndent()
-
-
-
Field Detail
-
out
protected PrintWriter out
-
indent
protected int indent
-
encodingTag
protected String encodingTag
-
docTypeString
protected String docTypeString
-
prefix
protected String prefix
-
-