Class DOMWriter
java.lang.Object
com.sun.xml.rpc.processor.modeler.j2ee.xml.DOMWriter
A simple DOM writer
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected intprotected PrintWriterprotected String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
out
-
indent
protected int indent -
encodingTag
-
docTypeString
-
prefix
-
-
Constructor Details
-
DOMWriter
public DOMWriter(Document document, PrintWriter writer, String encodingTag, String docTypeString, String prefix) -
DOMWriter
-
-
Method Details
-
printIndent
public void printIndent() -
print
Prints the specified node, recursively. -
normalize
Normalize the text string
-