|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.webapp.tutor.cgWebService.scorm.simpleScorm2004.Item
public class Item
This class represents Manifest Items according to SCORM2004 specification of Content Packaging. An Item can be output as XML Stream.
| Constructor Summary | |
|---|---|
Item()
First the number of objects of this class will be counted, and then the identifier of Item will be generated based on this number. |
|
| Method Summary | |
|---|---|
void |
dump(StringBuffer buf,
int depth)
Dumps the contents of this subtree into the provided string buffer. |
void |
dumpMetadata(StringBuffer buf,
int depth)
Dumps the metadata into the given buffer. |
void |
dumpTitle(StringBuffer buf,
int depth)
Dumps the title into the given buffer. |
void |
parse(OJElement omgroup)
Parses the given omgroup with the goal of creating different kinds of items according to SCORM2004. |
void |
parse(OJref ref)
Parses the given reference with the goal of creating an Item that contains reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Item()
| Method Detail |
|---|
public void parse(OJElement omgroup)
omgroup - public void parse(OJref ref)
ref -
public void dump(StringBuffer buf,
int depth)
public void dumpTitle(StringBuffer buf,
int depth)
buf - depth -
public void dumpMetadata(StringBuffer buf,
int depth)
buf - depth -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||