Uses of Class
org.eclipse.ui.XMLMemento
-
Packages that use XMLMemento Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of XMLMemento in org.eclipse.ui
Methods in org.eclipse.ui that return XMLMemento Modifier and Type Method Description static XMLMemento
XMLMemento. createReadRoot(Reader reader)
Creates aDocument
from theReader
and returns a memento on the firstElement
for reading the document.static XMLMemento
XMLMemento. createReadRoot(Reader reader, String baseDir)
Creates aDocument
from theReader
and returns a memento on the firstElement
for reading the document.static XMLMemento
XMLMemento. createWriteRoot(String type)
Returns a root memento for writing a document.
-