net.sf.magicproject.xml.test
Class XmlAnnoted

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

public class XmlAnnoted
extends XmlAnnoted

Since:
0.94
Author:
Fabrice Daugan

Constructor Summary
XmlAnnoted()
           
 
Method Summary
 int buildMdb(XmlParser.Node node, java.io.OutputStream out)
           
 
Methods inherited from class net.sf.magicproject.xml.XmlAnnoted
setAnnotedClass, setXmlElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlAnnoted

public XmlAnnoted()
Method Detail

buildMdb

public int buildMdb(XmlParser.Node node,
                    java.io.OutputStream out)
             throws java.io.IOException
Specified by:
buildMdb in interface XmlToMDB
Specified by:
buildMdb in class XmlAnnoted
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.
Throws:
java.io.IOException - If some other I/O error occurs


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