dks.src.utils.XML
Interface XMLWritable

All Known Implementing Classes:
CBorder, CGradient, CGradientColor, CLayer, CPoint, CPoints, CShadow, CTexture, CWarp

public interface XMLWritable

Defined methods for XML serializattion

Author:
DarK Sidious

Method Summary
 void XMLload(org.jdom.Element root)
          Construct the object with the data contains in the root DOM Element
 void XMLsave(org.jdom.Element root)
          Generate a DOM Element containing the children make by the object
 

Method Detail

XMLsave

void XMLsave(org.jdom.Element root)
Generate a DOM Element containing the children make by the object

Parameters:
root - The DOM Element in which the data will be inserted

XMLload

void XMLload(org.jdom.Element root)
             throws org.jdom.JDOMException
Construct the object with the data contains in the root DOM Element

Parameters:
root - The DOM Element containing the data of the object to construct
Throws:
org.jdom.JDOMException