org.dom4j.swing
public class DocumentTreeModel extends DefaultTreeModel
DocumentTreeModel
implements a Swing TreeModel for a dom4j XML
Document.
Version: $Revision: 1.7 $
Field Summary | |
---|---|
protected Document | document The document for this model |
Constructor Summary | |
---|---|
DocumentTreeModel(Document document) |
Method Summary | |
---|---|
Document | getDocument()
DOCUMENT ME!
|
void | setDocument(Document document)
Sets the Document instance that this
TreeModel is based on
|
Returns: the Document
instance that this
TreeModel
is based on
Document
instance that this
TreeModel
is based on
Parameters: document DOCUMENT ME!