|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.eside.flingbox.xml.XmlExporter
public class XmlExporter
Generic exporter in XML
| Nested Class Summary | |
|---|---|
static interface |
XmlExporter.XmlSerializable
Should be implemented by any body that will be serialized |
| Constructor Summary | |
|---|---|
XmlExporter()
|
|
| Method Summary | |
|---|---|
static boolean |
exportXml(java.io.Writer writer,
XmlExporter.XmlSerializable exportable)
Exports serializable to writer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlExporter()
| Method Detail |
|---|
public static boolean exportXml(java.io.Writer writer,
XmlExporter.XmlSerializable exportable)
writer - exportable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||