Class DOMWriter


  • public class DOMWriter
    extends java.lang.Object
    A DOM writer optimised for use by WebDAV.
    • Constructor Summary

      Constructors 
      Constructor Description
      DOMWriter​(java.io.Writer writer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print​(org.w3c.dom.Node node)
      Prints the specified node, recursively.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DOMWriter

        public DOMWriter​(java.io.Writer writer)
    • Method Detail

      • print

        public void print​(org.w3c.dom.Node node)
        Prints the specified node, recursively.
        Parameters:
        node - The node to output