Interface ProcessedObjectsParser
-
- All Known Implementing Classes:
XMLProcessedObjectsParser
public interface ProcessedObjectsParser- Author:
- Evgeniy Muravitskiy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessedObjectsgetProcessedObjects(InputStream file)ProcessedObjectsgetProcessedObjects(String path)ProcessedObjectsgetProcessedObjects(PDFAFlavour flavour)StringgetProcessedObjectsPathProperty(PDFAFlavour flavour)
-
-
-
Method Detail
-
getProcessedObjects
ProcessedObjects getProcessedObjects(PDFAFlavour flavour) throws IOException, URISyntaxException, ParserConfigurationException, SAXException
-
getProcessedObjects
ProcessedObjects getProcessedObjects(String path) throws IOException, SAXException, ParserConfigurationException
-
getProcessedObjects
ProcessedObjects getProcessedObjects(InputStream file) throws ParserConfigurationException, IOException, SAXException
-
getProcessedObjectsPathProperty
String getProcessedObjectsPathProperty(PDFAFlavour flavour)
-
-