|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.xml.XmlAnnoted
public abstract class XmlAnnoted
Constructor Summary | |
---|---|
XmlAnnoted()
|
Method Summary | |
---|---|
abstract int |
buildMdb(XmlParser.Node node,
java.io.OutputStream out)
|
void |
setAnnotedClass(java.lang.Class<?> annotedClass)
Set the annoted class. |
void |
setXmlElement(XmlTestElement xmlElement)
Set XmlElement associated to this builder |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlAnnoted()
Method Detail |
---|
public void setXmlElement(XmlTestElement xmlElement)
xmlElement
- XmlElement associated to this builder.public void setAnnotedClass(java.lang.Class<?> annotedClass)
annotedClass
- the annoted class.public abstract int buildMdb(XmlParser.Node node, java.io.OutputStream out) throws java.io.IOException
buildMdb
in interface XmlToMDB
node
- the XML structure of element to write.out
- outputstream where the card structure will be saved
java.io.IOException
- If some other I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |