public class OutputXMLLog
extends java.lang.Object
Constructor and Description |
---|
OutputXMLLog(java.lang.String savePath) |
Modifier and Type | Method and Description |
---|---|
void |
addObjectRelations(org.deckfour.spex.SXTag tag,
java.util.List<ObjectRelation> objectRelations) |
void |
addObjects(org.deckfour.spex.SXTag tag,
java.util.List<TableObject> objects) |
void |
addReferenceObjects(org.deckfour.spex.SXTag tag,
java.util.List<TableObject> objects)
the function write reference objects (simple version, i.e., only with id attribute) into XOC logs
|
void |
createLog(java.util.List<Event> eventList,
java.lang.String logFormat) |
void |
serialize(Log log,
java.io.OutputStream out,
java.lang.String logFormat) |
public void createLog(java.util.List<Event> eventList, java.lang.String logFormat) throws java.io.IOException
java.io.IOException
public void serialize(Log log, java.io.OutputStream out, java.lang.String logFormat) throws java.io.IOException
java.io.IOException
public void addObjects(org.deckfour.spex.SXTag tag, java.util.List<TableObject> objects) throws java.io.IOException
java.io.IOException
public void addReferenceObjects(org.deckfour.spex.SXTag tag, java.util.List<TableObject> objects) throws java.io.IOException
tag
- objects
- java.io.IOException
public void addObjectRelations(org.deckfour.spex.SXTag tag, java.util.List<ObjectRelation> objectRelations) throws java.io.IOException
java.io.IOException