|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.xml.XmlExpression
public final class XmlExpression
Method Summary | |
---|---|
static void |
buildMdbBinary(XmlParser.Node node,
java.io.OutputStream out)
Write the contained test of the specified node Structure of stream : Data[size] IdTokens#COMPLEX_EXPRESSION [2] operation id [1] depending on the expression [...] |
static void |
buildMdbUnary(XmlParser.Node node,
java.io.OutputStream out)
Write the contained test of the specified node Structure of stream : Data[size] IdTokens#COMPLEX_EXPRESSION [2] operation id [1] depending on the expression [...] |
static XmlToMDB |
getExpression(java.lang.String expressionName)
Return the expression writter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void buildMdbUnary(XmlParser.Node node, java.io.OutputStream out) throws java.io.IOException
node
- the XML test container structureout
- outputstream where the card structure will be saved
java.io.IOException
- If some other I/O error occurspublic static void buildMdbBinary(XmlParser.Node node, java.io.OutputStream out) throws java.io.IOException
node
- the XML test container structureout
- outputstream where the card structure will be saved
java.io.IOException
- If some other I/O error occurspublic static XmlToMDB getExpression(java.lang.String expressionName)
expressionName
- the expression name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |