public class DOMWriter
extends Object 
A DOM writer optimised for use by WebDAV.
- 
Constructor SummaryConstructors 
- 
Method Summary
void
 
Prints the specified node, recursively. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
DOMWriterpublic DOMWriter(Writer writer) 
 
- 
Method Details
- 
printpublic void print(Node node) Prints the specified node, recursively. 
- Parameters:
- node- The node to output