Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.xml
Interface XMLModel  view XMLModel download XMLModel.java

All Superinterfaces:
javax.ide.model.Transaction

public interface XMLModel
extends javax.ide.model.Transaction

The XMLModel class. Encapsulates the org.w3c.dom.Document interface to support reading from and writing into the model.


Method Summary
 org.w3c.dom.Document getDOMDocument()
          Gets the org.w3c.dom.Document.
 
Methods inherited from interface javax.ide.model.Transaction
beginEdit, commitEdit, read, rollbackEdit, write
 

Method Detail

getDOMDocument

public org.w3c.dom.Document getDOMDocument()
Gets the org.w3c.dom.Document.