Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.common.persistence.XMLMemento

Packages that use XMLMemento
org.nuxeo.common.persistence A small framework used for persisting objects states to XML files. 
 

Uses of XMLMemento in org.nuxeo.common.persistence
 

Methods in org.nuxeo.common.persistence 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.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.