Uses of Class
dev.jcputney.elearning.parser.api.ParserOptions
Packages that use ParserOptions
Package
Description
-
Uses of ParserOptions in dev.jcputney.elearning.parser.api
Methods in dev.jcputney.elearning.parser.api that return ParserOptionsModifier and TypeMethodDescriptionModuleParser.getOptions()Gets the parser options controlling validation behavior.static ParserOptionsParserOptions.lenient()Creates parser options with lenient mode enabled.ParserOptions.setCalculateModuleSize(Boolean calculate) Sets whether to calculate module size (total disk size of all files).ParserOptions.setStrictMode(boolean strict) Sets whether to use strict validation mode.static ParserOptionsParserOptions.strict()Creates parser options with strict mode enabled. -
Uses of ParserOptions in dev.jcputney.elearning.parser.impl.factory
Constructors in dev.jcputney.elearning.parser.impl.factory with parameters of type ParserOptionsModifierConstructorDescriptionDefaultModuleParserFactory(FileAccess fileAccess, ModuleTypeDetector moduleTypeDetector, ParserOptions options) Constructs a new DefaultModuleParserFactory with the specified FileAccess, ModuleTypeDetector, and ParserOptions.DefaultModuleParserFactory(FileAccess fileAccess, ParserOptions options) Constructs a new DefaultModuleParserFactory with the specified FileAccess implementation, a default ModuleTypeDetector, and custom parser options. -
Uses of ParserOptions in dev.jcputney.elearning.parser.parsers
Fields in dev.jcputney.elearning.parser.parsers declared as ParserOptionsModifier and TypeFieldDescriptionprotected final ParserOptionsBaseParser.optionsThe parser options controlling validation and calculation behavior.Methods in dev.jcputney.elearning.parser.parsers that return ParserOptionsModifier and TypeMethodDescriptionBaseParser.getOptions()Gets the parser options controlling validation behavior.Constructors in dev.jcputney.elearning.parser.parsers with parameters of type ParserOptionsModifierConstructorDescriptionAiccParser(FileAccess fileAccess, ParserOptions options) Constructs an AiccParser with the specified FileAccess instance and parser options.protectedBaseParser(FileAccess fileAccess, ParserOptions options) Constructs a BaseParser with the specified FileAccess instance and parser options.protectedBaseParser(ModuleFileProvider moduleFileProvider, ParserOptions options) Constructs a BaseParser with the specified ModuleFileProvider instance and parser options.Cmi5Parser(FileAccess fileAccess, ParserOptions options) Constructs a Cmi5Parser with the specified FileAccess instance and parser options.Scorm12Parser(FileAccess fileAccess, ParserOptions options) Constructs a Scorm12Parser with the specified FileAccess instance and parser options.Scorm2004Parser(FileAccess fileAccess, ParserOptions options) Constructs a Scorm2004Parser with the specified FileAccess instance and parser options.XapiParser(FileAccess fileAccess, ParserOptions options) Constructs an XapiParser with the specified FileAccess instance and parser options.