net.sf.magicproject.xml
Class DummyBuilder

java.lang.Object
  extended by net.sf.magicproject.xml.DummyBuilder
All Implemented Interfaces:
XmlToMDB

public final class DummyBuilder
extends java.lang.Object
implements XmlToMDB

Since:
0.83
Author:
Fabrice Daugan

Method Summary
 int buildMdb(XmlParser.Node node, java.io.OutputStream out)
           
static XmlToMDB instance()
          Return unique instance of this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildMdb

public int buildMdb(XmlParser.Node node,
                    java.io.OutputStream out)
Specified by:
buildMdb in interface XmlToMDB
Parameters:
node - the XML structure of element to write.
out - outputstream where the card structure will be saved
Returns:
the amount of written action in the output.

instance

public static XmlToMDB instance()
Return unique instance of this class.

Returns:
unique instance of this class.


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