Package jmri.jmrix.openlcb.configurexml
Class OlcbEventNameStoreXml
- java.lang.Object
-
- jmri.jmrit.XmlFile
-
- jmri.jmrix.openlcb.configurexml.OlcbEventNameStoreXml
-
public final class OlcbEventNameStoreXml extends XmlFile
JMRI's implementation of part of the OpenLcb EventNameStore interface persistance
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.jmrit.XmlFile
XmlFile.Validate
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
baseFileName
(package private) OlcbEventNameStore
nameStore
-
Fields inherited from class jmri.jmrit.XmlFile
dtdLocation, xsltLocation
-
-
Constructor Summary
Constructors Constructor Description OlcbEventNameStoreXml(OlcbEventNameStore nameStore, java.lang.String baseFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load()
void
store()
-
Methods inherited from class jmri.jmrit.XmlFile
addDefaultInfo, backupFileName, checkFile, createFileNameWithDate, dumpElement, findFile, getBuilder, getDefaultDtdLocation, getDefaultValidate, getDtdLocation, getProcessingInstructionHRef, getProcessingInstructionType, getRoot, getValidate, makeBackupFile, makeBackupFile, newDocument, newDocument, revertBackupFile, rootFromFile, rootFromInputStream, rootFromName, rootFromURL, setDefaultDtdLocation, setDefaultValidate, setDtdLocation, setValidate, userFileChooser, userFileChooser, writeXML, xmlDir
-
-
-
-
Field Detail
-
nameStore
OlcbEventNameStore nameStore
-
baseFileName
java.lang.String baseFileName
-
-
Constructor Detail
-
OlcbEventNameStoreXml
public OlcbEventNameStoreXml(OlcbEventNameStore nameStore, java.lang.String baseFileName)
-
-