Class DOMWriter
java.lang.Object
org.apache.catalina.util.DOMWriter
A DOM writer optimised for use by WebDAV.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DOMWriter
Construct a DOMWriter that writes to the given Writer.- Parameters:
writer- The Writer to write to
-
-
Method Details
-
print
Prints the specified node, recursively.- Parameters:
node- The node to output
-