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