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.
|
read
protected boolean done
public XMLModelReader(File source, String modelName)
public void close()
DocumentReader
public ExportedDocument read() throws IOException
DocumentReader
read
in interface DocumentReader
read
in class AbstractDocumentReader
IOException
Copyright © 2018 Nuxeo. All rights reserved.