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) |
readpublic XMLZipReader(ZipFile zip)
public XMLZipReader(String source) throws IOException
IOExceptionpublic XMLZipReader(File source) throws IOException
IOExceptionpublic ExportedDocument read() throws IOException
DocumentReaderread in interface DocumentReaderread in class AbstractDocumentReaderIOExceptionpublic void close()
DocumentReaderpublic org.dom4j.Document readXML(InputStream in)
Copyright © 2019 Nuxeo. All rights reserved.