public class XMLModelReader extends AbstractDocumentReader
This format is used here to make changes in the models easier
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
done  | 
protected String | 
modelName  | 
protected File | 
source  | 
| Constructor and Description | 
|---|
XMLModelReader(File source,
              String modelName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Closes the reader. 
 | 
ExportedDocument | 
read()
Reads a single document. 
 | 
readprotected boolean done
public XMLModelReader(File source, String modelName)
public void close()
DocumentReaderpublic ExportedDocument read() throws IOException
DocumentReaderread in interface DocumentReaderread in class AbstractDocumentReaderIOExceptionCopyright © 2019 Nuxeo. All rights reserved.