Package jmri.script.configurexml
Class ScriptEngineSelectorXml
java.lang.Object
jmri.script.configurexml.ScriptEngineSelectorXml
Xml class for jmri.script.ScriptEngineSelector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(org.jdom2.Element scriptTypeElement, ScriptEngineSelector scriptEngineSelector) org.jdom2.Elementstore(ScriptEngineSelector scriptEngineSelector, String tagName) Default implementation for storing the contents of a ScriptEngineSelector
-
Constructor Details
-
ScriptEngineSelectorXml
public ScriptEngineSelectorXml()
-
-
Method Details
-
store
Default implementation for storing the contents of a ScriptEngineSelector- Parameters:
scriptEngineSelector- the LogixNG_SelectTable objecttagName- the name of the element- Returns:
- Element containing the complete info
-
load
-