| java.lang.Object org.columba.core.config.XmlConfig
XmlConfig | public class XmlConfig (Code) | | |
Constructor Summary | |
public | XmlConfig(File xmlFile, String defaultConfig) Parameters: xmlFile - location of xml configuration file Parameters: defaultConfig - location of default configuration file in classpath (forexample: "org/columba/core/config/tags"). |
XmlConfig | public XmlConfig(File xmlFile, String defaultConfig)(Code) | | Parameters: xmlFile - location of xml configuration file Parameters: defaultConfig - location of default configuration file in classpath (forexample: "org/columba/core/config/tags"). Can benull . |
transformModelToDocument | protected void transformModelToDocument(Document document)(Code) | | Overwrite method in case you transformed the xml presentation to your internal
domain model. Before saving the xml document this method is used to transform
the domain model back to the xml presentation.
Parameters: document - jdom xml document |
|
|