edu.iastate.metnet.metaomgraph
Interface XMLizable

All Known Implementing Classes:
CustomSortDialog.CustomSortObject, TreeSearcher.Query, TreeSearchQueryConstructionPanel.QuerySet

public interface XMLizable


Method Summary
 void fromXML(org.jdom.Element source)
          Initializes this object from an XML Element.
 org.jdom.Element toXML()
          Converts this object to an XML Element.
 

Method Detail

toXML

org.jdom.Element toXML()
Converts this object to an XML Element.

Returns:
an XML Element that represents this object

fromXML

void fromXML(org.jdom.Element source)
Initializes this object from an XML Element.

Parameters:
source - an XML Element that specifies this object