public class XMLZipReader extends AbstractDocumentReader
Constructor and Description |
---|
XMLZipReader(File source) |
XMLZipReader(String source) |
XMLZipReader(ZipFile zip) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the reader.
|
ExportedDocument |
read()
Reads a single document.
|
org.dom4j.Document |
readXML(InputStream in) |
read
public XMLZipReader(ZipFile zip)
public XMLZipReader(String source) throws IOException
IOException
public XMLZipReader(File source) throws IOException
IOException
public ExportedDocument read() throws IOException
DocumentReader
read
in interface DocumentReader
read
in class AbstractDocumentReader
IOException
public void close()
DocumentReader
public org.dom4j.Document readXML(InputStream in)
Copyright © 2018 Nuxeo. All rights reserved.