Uses of Interface
dev.jcputney.elearning.parser.api.LoadableMetadata
Packages that use LoadableMetadata
Package
Description
-
Uses of LoadableMetadata in dev.jcputney.elearning.parser.input.scorm12.ims.cp
Classes in dev.jcputney.elearning.parser.input.scorm12.ims.cp that implement LoadableMetadataModifier and TypeClassDescriptionfinal classRepresents the metadata element in SCORM 1.2. -
Uses of LoadableMetadata in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Classes in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that implement LoadableMetadataModifier and TypeClassDescriptionfinal classRepresents metadata information about the content package in SCORM manifest.final classRepresents metadata for a SCORM element, which can either be inline metadata using a LOM element or an external reference to a metadata file. -
Uses of LoadableMetadata in dev.jcputney.elearning.parser.parsers
Methods in dev.jcputney.elearning.parser.parsers with parameters of type LoadableMetadataModifier and TypeMethodDescriptionprotected voidBaseParser.loadExternalMetadataIntoMetadata(LoadableMetadata subMetadata) Loads an external LOM metadata file into the specified LoadableMetadata object. -
Uses of LoadableMetadata in dev.jcputney.elearning.parser.util
Methods in dev.jcputney.elearning.parser.util with parameters of type LoadableMetadataModifier and TypeMethodDescriptionstatic voidXmlParsingUtils.loadExternalMetadataIntoMetadata(LoadableMetadata subMetadata, FileAccess fileAccess) Loads an external LOM metadata file into the specified LoadableMetadata object.static voidXmlParsingUtils.loadExternalMetadataIntoMetadata(LoadableMetadata subMetadata, ModuleFileProvider moduleFileProvider) Loads an external LOM metadata file into the specified LoadableMetadata object.