Uses of Class
dev.jcputney.elearning.parser.parsers.BaseParser
Packages that use BaseParser
-
Uses of BaseParser in dev.jcputney.elearning.parser.parsers
Subclasses of BaseParser in dev.jcputney.elearning.parser.parsersModifier and TypeClassDescriptionfinal classParses AICC (Aviation Industry CBT Committee) eLearning modules by handling both INI-style and CSV-style files with specific extensions such as .crs, .des, .au, .cst, .ort, and .pre.final classCmi5Parser is responsible for parsing cmi5-specific metadata from the cmi5.xml file.final classParses SCORM 1.2 modules by reading the imsmanifest.xml file and extracting core metadata.final classParses SCORM 2004 modules by reading the imsmanifest.xml file and extracting core metadata, including sequencing information, custom data (adlcp:data), prerequisites, mastery score, and any additional metadata files referenced within the manifest.final classParser for xAPI/TinCan packages.