|
|||||||||
| Home >> All >> javax >> ide >> model >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.xml
Interface XMLModel

- 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.
|
|||||||||
| Home >> All >> javax >> ide >> model >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC