|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.xml.XmlEvent
public final class XmlEvent
This class is mainly used to convert events described in a XML form to a binary form
| Method Summary | |
|---|---|
static void |
buildMdbCanICast(XmlParser.Node node,
java.io.OutputStream out)
Structure of stream : Data[size] [super] idCard [Expression] |
static void |
buildMdbPhase(XmlParser.Node node,
java.io.OutputStream out)
Structure of stream : Data[size] idZone [1] test [...] |
static void |
buildMdbTriggered(XmlParser.Node node,
java.io.OutputStream out)
Structure of stream : Data[size] idEvent [1] idZone [1] test [...] |
static XmlToMDB |
getEvent(java.lang.String eventName)
Return the event writter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void buildMdbTriggered(XmlParser.Node node,
java.io.OutputStream out)
throws java.io.IOException
node - the XML event structureout - outputstream where the card structure will be saved
java.io.IOException - error during the writting.
public static void buildMdbPhase(XmlParser.Node node,
java.io.OutputStream out)
throws java.io.IOException
node - the XML event structureout - outputstream where the card structure will be saved
java.io.IOException - error during the writting.
public static void buildMdbCanICast(XmlParser.Node node,
java.io.OutputStream out)
throws java.io.IOException
node - the XML event structureout - outputstream where the card structure will be saved
java.io.IOException - error during the writting.public static XmlToMDB getEvent(java.lang.String eventName)
eventName - the expression name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||