Uses of Class
dev.jcputney.elearning.parser.exception.ManifestParseException
Packages that use ManifestParseException
-
Uses of ManifestParseException in dev.jcputney.elearning.parser.parsers
Methods in dev.jcputney.elearning.parser.parsers that throw ManifestParseExceptionModifier and TypeMethodDescriptionAiccParser.parseManifest()Parses the AICC manifest and returns an instance of AiccManifest.AiccParser.parseManifest(String manifestPath) Overrides base class parseManifest to ignore the filename parameter since AICC parsing requires multiple files (.crs, .des, .au, .cst).BaseParser.parseManifest(String manifestPath) Parses a manifest file from the given path, processes its content, and returns the parsed manifest object.Scorm2004Parser.parseManifest(String manifestPath) Parses and optionally XSD-validates the SCORM 2004 manifest.