Methods in org.eclipse.ui that return XMLMemento |
static XMLMemento |
XMLMemento.createReadRoot(java.io.Reader reader)
Creates a Document from the Reader
and returns a memento on the first Element for reading
the document. |
static XMLMemento |
XMLMemento.createReadRoot(java.io.Reader reader,
java.lang.String baseDir)
Creates a Document from the Reader
and returns a memento on the first Element for reading
the document. |
static XMLMemento |
XMLMemento.createWriteRoot(java.lang.String type)
Returns a root memento for writing a document. |