Class SimpleDocument

java.lang.Object
org.jdesktop.dom.SimpleDocument
All Implemented Interfaces:
Document, Node

public class SimpleDocument extends Object implements Document

A DOM Document that makes it easier to work with DOM documents. This class simply wraps a delegate DOM Document and delegates all calls to the Document. This allows this class to work with any DOM Document.