Class XMLZipReader
java.lang.Object
org.nuxeo.ecm.core.io.impl.AbstractDocumentReader
org.nuxeo.ecm.core.io.impl.plugins.XMLZipReader
- All Implemented Interfaces:
DocumentReader
- Author:
- Bogdan Stefanescu
-
Constructor Summary
ConstructorDescriptionXMLZipReader
(File source) XMLZipReader
(String source) XMLZipReader
(ZipFile zip) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Closes the reader.read()
Reads a single document.org.dom4j.Document
readXML
(InputStream in) Methods inherited from class org.nuxeo.ecm.core.io.impl.AbstractDocumentReader
read
-
Constructor Details
-
XMLZipReader
-
XMLZipReader
- Throws:
IOException
-
XMLZipReader
- Throws:
IOException
-
-
Method Details
-
read
Description copied from interface:DocumentReader
Reads a single document.- Specified by:
read
in interfaceDocumentReader
- Specified by:
read
in classAbstractDocumentReader
- Returns:
- the document read or null if there are no more documents to read
- Throws:
IOException
-
close
public void close()Description copied from interface:DocumentReader
Closes the reader. -
readXML
-