proper.xml
Interface XMLAccessInterface

All Known Implementing Classes:
Application, ArffComparer, ArffFilter, Bagger, BuilderPanel, BuilderProperties, BuilderSteps, BuilderTabPanel, Classifier, CommandLine, DatabaseApplication, Databases, Experimenter, Export, ForeignKeys, Import, JobAdder, JobClient, Jobs, JobServer, MILK, Propagation, Reducer, RELAGGS, Relations, REMILK, Server, Standalone, Tester

public interface XMLAccessInterface

This interface is designed to use for XML input and output for all kinds of of classes.

Version:
$Revision: 1.2 $
Author:
FracPete

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

toXML

Element toXML()
returns the content in an XML structure, where the actual data is stored in the children of the returned Element, i.e. the returned node acts only as a container

Returns:
the Element containing the data in its children

fromXML

void fromXML(Element node)
reads all the data stored in the children of the given node (= container)

Parameters:
node - the Element node containing the data in its children