Package | Description |
---|---|
org.intuitel.merger |
Contains the classes that execute the tranformations between formats.
|
Modifier and Type | Method and Description |
---|---|
SLOM |
SLOMSerializer.unmarshall(InputStream cm,
InputStream ccm)
Reads CM and CCM from respective InputStream objects and creates a SLOM object.
|
SLOM |
SCORMXSLTSerializer.unmarshall(Set<File> inputCourse)
Reads a SCORM package and returns a SLOM object.
|
SLOM |
SMWSerializer.unmarshall(Set<File> inputCourse)
Reads content from a file and returns a SLOM object with the information read.
|
SLOM |
XSLTSerializer.unmarshall(Set<File> inputCourse) |
abstract SLOM |
Serializer.unmarshall(Set<File> inputCourse)
Reads content from a file and returns a SLOM object with the information read.
|
SLOM |
SLOMSerializer.unmarshall(Set<File> inputCourse)
Reads content from a file and returns a SLOM object with the information read.
|
Modifier and Type | Method and Description |
---|---|
void |
SMWSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Marshall is not allowed for SMW course format.
|
void |
XSLTSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it) |
void |
IMSLDSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Writes the information stored in a SLOM object in a OutputStream.
|
abstract void |
Serializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Writes the information stored in a SLOM object in a OutputStream.
|
void |
SLOMSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Writes the information stored in a SLOM object in a OutputStream.
|
Copyright © 2014. All rights reserved.