unitee.server
Interface DOMManager

All Known Implementing Classes:
SunDOMManager

public interface DOMManager

Declares the interface provided by document object model managers, so implementations could be plug and played.


Method Summary
 org.w3c.dom.Document createDocument()
           
 org.w3c.dom.Document createDocument(java.lang.String file)
           
 void write(org.w3c.dom.Document doc, java.io.Writer writer)
           
 

Method Detail

createDocument

public org.w3c.dom.Document createDocument()

createDocument

public org.w3c.dom.Document createDocument(java.lang.String file)

write

public void write(org.w3c.dom.Document doc,
                  java.io.Writer writer)
           throws java.io.IOException