|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.xml.XmlAction
public final class XmlAction
| Method Summary | |
|---|---|
static void |
buildMdb(Actiontype actionType,
XmlParser.Node node,
java.io.OutputStream out)
Write the action of the specified node to the given output stream. |
static XmlToMDB |
getAction(java.lang.String actionName)
Return the action writter from the given name. |
static void |
writeDebug(java.lang.String debugData,
java.io.OutputStream out)
Write some debug data to the given output stream. |
static void |
writeModifyRegister(java.io.OutputStream out,
XmlParser.Node node,
boolean withValue)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeModifyRegister(java.io.OutputStream out,
XmlParser.Node node,
boolean withValue)
throws java.io.IOException
out - node - withValue -
java.io.IOException - If some other I/O error occurspublic static XmlToMDB getAction(java.lang.String actionName)
actionName - the action name.
public static void buildMdb(Actiontype actionType,
XmlParser.Node node,
java.io.OutputStream out)
throws java.io.IOException
actionType - the action type.node - the XML test container structureout - outputstream where the test container structure will be saved if
an illegal argument is given if a security error occurs
java.io.IOException - error while writing action.
public static void writeDebug(java.lang.String debugData,
java.io.OutputStream out)
debugData - debug data to write.out - outputstream where the test container structure will be saved if
an illegal argument is given if a security error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||