Uses of Class
esa.opensf.osfi.xmlutils.XmlParseException
Packages that use XmlParseException
Package
Description
OSFI is a multilanguage library that provides utilities for building modules compliant
with the Generic E2E Simulator ICD from ESA.
-
Uses of XmlParseException in esa.opensf.osfi
Methods in esa.opensf.osfi that throw XmlParseExceptionModifier and TypeMethodDescriptionstatic DocumentDeprecated.Read and parse a XML document, without validation.static DocumentDeprecated.Due to the convoluted behaviour (to validate against internal schema a non-null but blank file has to be passed).LoadResult.unwrap()Equivalent to callingLoadResult.unwrap(int)withLoadResult.SEV_ERROR.LoadResult.unwrap(int minThrowSeverity) If no events at or above the given severity level exist, returnLoadResult.result.Constructors in esa.opensf.osfi that throw XmlParseExceptionModifierConstructorDescriptionParamReader(String xmlFile) Parses a given configuration XML file and stores the parameters read from it.ParamReader(String xmlFile, String xsdFile) Deprecated.Use the single argument version and callParamReader.validateAgainst(String)ParamReader(Element el, String pathPrefix) Parses a given configuration XML subtree and stores the parameters read from it.