Uses of Class
jmri.jmrit.XmlFile

Packages that use XmlFile
jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations. 
jmri.jmrit.catalog.configurexml   
jmri.jmrit.consisttool   
jmri.jmrit.decoderdefn Decoder definitions via XML, including the decoder index. 
jmri.jmrit.dispatcher   
jmri.jmrit.display.layoutEditor   
jmri.jmrit.operations   
jmri.jmrit.operations.locations   
jmri.jmrit.operations.rollingstock   
jmri.jmrit.operations.rollingstock.cars   
jmri.jmrit.operations.rollingstock.engines   
jmri.jmrit.operations.routes   
jmri.jmrit.operations.setup   
jmri.jmrit.operations.trains   
jmri.jmrit.roster   
jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro. 
jmri.jmrit.withrottle   
jmri.jmrix.loconet.cmdstnconfig   
jmri.jmrix.nce.consist   
jmri.jmrix.rps This package contains software specific to the RPS system from NAC Services, Inc
jmri.managers Provides implementations of various JMRI managers. 
jmri.web.miniserver MiniServer is a small web server, the smallest scaffold possible for running simple servlets. 
 

Uses of XmlFile in jmri.configurexml
 

Subclasses of XmlFile in jmri.configurexml
 class ConfigXmlManager
          Provides the mechanisms for storing an entire layout configuration to XML.
 

Uses of XmlFile in jmri.jmrit.catalog.configurexml
 

Subclasses of XmlFile in jmri.jmrit.catalog.configurexml
 class DefaultCatalogTreeManagerXml
          Provides the abstract base and store functionality for configuring the CatalogTreeManager.
 

Uses of XmlFile in jmri.jmrit.consisttool
 

Subclasses of XmlFile in jmri.jmrit.consisttool
 class ConsistFile
          Handle saving/restoring consist information to XML files.
 

Uses of XmlFile in jmri.jmrit.decoderdefn
 

Subclasses of XmlFile in jmri.jmrit.decoderdefn
 class DecoderFile
          Represents and manipulates a decoder definition, both as a file and in memory.
 class DecoderIndexFile
          DecoderIndex represents a decoderIndex.xml file in memory.
 

Uses of XmlFile in jmri.jmrit.dispatcher
 

Subclasses of XmlFile in jmri.jmrit.dispatcher
 class OptionsFile
          Handles reading and writing of Dispatcher options to disk as an XML file called "dispatcher-options.xml" in the user's preferences area This class manipulates the files conforming to the dispatcher-options DTD The file is written when the user requests that options be saved.
 class TrainInfoFile
          Handles reading and writing of TrainInfo files to disk as an XML file to/from the dispatcher/traininfo/ directory in the user's preferences area This class manipulates the files conforming to the dispatcher-traininfo DTD The file is written when the user requests that train information be saved.
 

Uses of XmlFile in jmri.jmrit.display.layoutEditor
 

Subclasses of XmlFile in jmri.jmrit.display.layoutEditor
 class BlockValueFile
          Handle saving/restoring block value information to XML files.
 

Uses of XmlFile in jmri.jmrit.operations
 

Subclasses of XmlFile in jmri.jmrit.operations
 class OperationsXml
          Loads and stores the operation setup using xml files.
 

Uses of XmlFile in jmri.jmrit.operations.locations
 

Subclasses of XmlFile in jmri.jmrit.operations.locations
 class LocationManagerXml
          Load and stores locations and schedules for operations.
 

Uses of XmlFile in jmri.jmrit.operations.rollingstock
 

Subclasses of XmlFile in jmri.jmrit.operations.rollingstock
 class RollingStockLogger
          Logs rolling stock movements by writing their locations to a file.
 

Uses of XmlFile in jmri.jmrit.operations.rollingstock.cars
 

Subclasses of XmlFile in jmri.jmrit.operations.rollingstock.cars
 class CarManagerXml
          Loads and stores cars using xml files.
 class ExportCars
          Exports the car roster into a comma delimitated file (CSV).
 

Uses of XmlFile in jmri.jmrit.operations.rollingstock.engines
 

Subclasses of XmlFile in jmri.jmrit.operations.rollingstock.engines
 class EngineManagerXml
          Loads and stores engines using xml files.
 class ExportEngines
          Exports the Engine roster into a comma delimitated file (CSV).
 

Uses of XmlFile in jmri.jmrit.operations.routes
 

Subclasses of XmlFile in jmri.jmrit.operations.routes
 class RouteManagerXml
          Loads and stores routes using xml files.
 

Uses of XmlFile in jmri.jmrit.operations.setup
 

Subclasses of XmlFile in jmri.jmrit.operations.setup
 class Backup
          Backs up operation files.
 class OperationsSetupXml
          Loads and stores the operation setup using xml files.
 

Uses of XmlFile in jmri.jmrit.operations.trains
 

Subclasses of XmlFile in jmri.jmrit.operations.trains
 class TrainLogger
          Logs rolling stock movements by writing their locations to a file.
 class TrainManagerXml
          Loads and stores trains using xml files.
 

Uses of XmlFile in jmri.jmrit.roster
 

Subclasses of XmlFile in jmri.jmrit.roster
 class Roster
          Roster manages and manipulates a roster of locomotives.
 

Uses of XmlFile in jmri.jmrit.symbolicprog
 

Subclasses of XmlFile in jmri.jmrit.symbolicprog
 class NameFile
          Represents a set of standard names and aliases in memory.
 

Uses of XmlFile in jmri.jmrit.withrottle
 

Subclasses of XmlFile in jmri.jmrit.withrottle
static class AbstractWiThrottlePreferences.AbstractWiThrottlePreferencesXml
           
 

Uses of XmlFile in jmri.jmrix.loconet.cmdstnconfig
 

Subclasses of XmlFile in jmri.jmrix.loconet.cmdstnconfig
 class XmlConfig
           This file is part of JMRI.
 

Uses of XmlFile in jmri.jmrix.nce.consist
 

Subclasses of XmlFile in jmri.jmrix.nce.consist
 class NceConsistRoster
          NCE Consist Roster manages and manipulates a roster of consists.
 

Uses of XmlFile in jmri.jmrix.rps
 

Subclasses of XmlFile in jmri.jmrix.rps
 class PollingFile
          Persist RPS polling information
 class PositionFile
          Persist RPS configuration information
 

Uses of XmlFile in jmri.managers
 

Subclasses of XmlFile in jmri.managers
 class DefaultUserMessagePreferences
          Basic Implementation of the User Preferences Manager.
 

Uses of XmlFile in jmri.web.miniserver
 

Subclasses of XmlFile in jmri.web.miniserver
static class AbstractMiniServerPreferences.AbstractMiniServerPreferencesXml
           
 



Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads