| java.lang.Object net.xoetrope.data.XDataSource net.xoetrope.optional.data.XOptionalDataSource
XOptionalDataSource | public class XOptionalDataSource extends XDataSource (Code) | | An extended datasource for handling databses, services and routing
Copyright: Copyright Xoetrope Ltd. (c) 2003
$Revision: 1.6 $
|
XOptionalDataSource | public XOptionalDataSource()(Code) | | |
loadDatabase | public void loadDatabase(XmlElement source, XModel model)(Code) | | Recursively load the model data
Parameters: source - the source element Parameters: model - the model for the source element |
loadRoutes | public void loadRoutes(XmlElement source, XModel model)(Code) | | Load the routing information
Parameters: source - the source element Parameters: model - the model for the source element |
loadService | public void loadService(XmlElement source, XModel model)(Code) | | Recursively load the model data
Parameters: source - the source element Parameters: model - the model for the source element |
read | public void read(Reader r)(Code) | | Read a model from the Reader
Parameters: r - the Reader |
showVisualisation | protected void showVisualisation()(Code) | | |
|
|