|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.xml.test.And
public final class And
Constructor Summary | |
---|---|
And()
|
Method Summary | |
---|---|
int |
buildMdb(XmlParser.Node node,
java.io.OutputStream out)
Write the contained test of the specified node Structure of stream : Data[size] idTest [1] first test [...] |
static XmlParser.Node |
createAndNode(XmlParser.Node parent,
XmlParser.Node left,
XmlParser.Node right)
Create and return a "And" node if both nodes are not null. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public And()
Method Detail |
---|
public int buildMdb(XmlParser.Node node, java.io.OutputStream out) throws java.io.IOException
buildMdb
in interface XmlToMDB
node
- the XML test container structureout
- outputstream where the card structure will be saved
java.io.IOException
- error while writting.public static XmlParser.Node createAndNode(XmlParser.Node parent, XmlParser.Node left, XmlParser.Node right)
parent
- parent of the returned new nodeleft
- the left expression.right
- the right expression.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |