Uses of Class
dev.jcputney.elearning.parser.parsers.BaseParser

Packages that use BaseParser
Package
Description
 
  • Uses of BaseParser in dev.jcputney.elearning.parser.parsers

    Modifier and Type
    Class
    Description
    final class 
    Parses 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 class 
    Cmi5Parser is responsible for parsing cmi5-specific metadata from the cmi5.xml file.
    final class 
    Parses SCORM 1.2 modules by reading the imsmanifest.xml file and extracting core metadata.
    final class 
    Parses 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 class 
    Parser for xAPI/TinCan packages.