|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLAccessInterface
This interface is designed to use for XML input and output for all kinds of of classes.
| Method Summary | |
|---|---|
void |
fromXML(Element node)
reads all the data stored in the children of the given node (= container) |
Element |
toXML()
returns the content in an XML structure, where the actual data is stored in the children of the returned Element, i.e. |
| Method Detail |
|---|
Element toXML()
void fromXML(Element node)
node - the Element node containing the data in its children
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||