Class XMLProcessedObjectsParser
java.lang.Object
org.verapdf.metadata.fixer.utils.parser.XMLProcessedObjectsParser
- All Implemented Interfaces:
ProcessedObjectsParser
- Author:
- Evgeniy Muravitskiy
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessedObjectsParsergetProcessedObjects(String path) getProcessedObjects(PDFAFlavour flavour)
-
Method Details
-
getProcessedObjects
public ProcessedObjects getProcessedObjects(PDFAFlavour flavour) throws IOException, ParserConfigurationException, SAXException - Specified by:
getProcessedObjectsin interfaceProcessedObjectsParser- Throws:
IOExceptionParserConfigurationExceptionSAXException
-
getProcessedObjects
public ProcessedObjects getProcessedObjects(String path) throws IOException, SAXException, ParserConfigurationException - Specified by:
getProcessedObjectsin interfaceProcessedObjectsParser- Throws:
IOExceptionSAXExceptionParserConfigurationException
-
getProcessedObjects
public ProcessedObjects getProcessedObjects(InputStream xml) throws ParserConfigurationException, IOException, SAXException - Specified by:
getProcessedObjectsin interfaceProcessedObjectsParser- Throws:
ParserConfigurationExceptionIOExceptionSAXException
-
getProcessedObjectsPathProperty
- Specified by:
getProcessedObjectsPathPropertyin interfaceProcessedObjectsParser
-
getInstance
-