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 XMLMementoXMLMemento. createReadRoot(java.io.Reader reader)Creates aDocumentfrom theReaderand returns a memento on the firstElementfor reading the document.static XMLMementoXMLMemento. createReadRoot(java.io.Reader reader, java.lang.String baseDir)Creates aDocumentfrom theReaderand returns a memento on the firstElementfor reading the document.static XMLMementoXMLMemento. createWriteRoot(java.lang.String type)Returns a root memento for writing a document.
-