Class EsrXmlUtils
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.esr.util.EsrXmlUtils
this class provides functionalities for parsing esr files in the xml format
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getVersion
(Binary esrFile) static void
validate
(InputStream esrFile, InputStream xmlSchema)
-
Field Details
-
SCHEMA_EXTENSION
- See Also:
-
ERROR_NOT_WELL_FORMED
- See Also:
-
ERROR_NO_VERSION_INFO
- See Also:
-
-
Method Details
-
getVersion
- Throws:
IllegalStateException
-
validate
public static void validate(InputStream esrFile, InputStream xmlSchema) throws SAXException, IOException - Throws:
SAXException
IOException
-