net.sf.magicproject.xml
Class XmlModifier

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

public final class XmlModifier
extends java.lang.Object

Since:
0.80, 0.85 Recalculate attribute is supported
Author:
Fabrice Daugan

Method Summary
static void buildMdbModifier(XmlParser.Node node, java.io.OutputStream out)
           Structure of InputStream : Data[size] modifier name [...]
static XmlToMDB getModifier(java.lang.String modifierName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildMdbModifier

public static void buildMdbModifier(XmlParser.Node node,
                                    java.io.OutputStream out)

Parameters:
node - the XML card structure
out - outputstream where the card structure will be saved

getModifier

public static XmlToMDB getModifier(java.lang.String modifierName)
Parameters:
modifierName - the modifier name.
Returns:
the modifier object to use to write it.


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