net.sf.magicproject.xml
Class XmlExpression

java.lang.Object
  extended by net.sf.magicproject.xml.XmlExpression

public final class XmlExpression
extends java.lang.Object

Since:
0.80
Author:
Fabrice Daugan

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

buildMdbUnary

public static void buildMdbUnary(XmlParser.Node node,
                                 java.io.OutputStream out)
                          throws java.io.IOException
Write the contained test of the specified node

Parameters:
node - the XML test container structure
out - outputstream where the card structure will be saved
Throws:
java.io.IOException - If some other I/O error occurs

buildMdbBinary

public static void buildMdbBinary(XmlParser.Node node,
                                  java.io.OutputStream out)
                           throws java.io.IOException
Write the contained test of the specified node

Parameters:
node - the XML test container structure
out - outputstream where the card structure will be saved
Throws:
java.io.IOException - If some other I/O error occurs

getExpression

public static XmlToMDB getExpression(java.lang.String expressionName)
Return the expression writter.

Parameters:
expressionName - the expression name
Returns:
the expression writter.


Copyright © 2003-2007 Magic-Project. All Rights Reserved.