Uses of Enum
jmri.jmrit.XmlFile.Validate
Packages that use XmlFile.Validate
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides an XML-based mechanism for storing and restoring configurations.
Provides implementations of various JMRI interfaces.
Various non-system-specific JMRI tools.
-
Uses of XmlFile.Validate in jmri
Methods in jmri that return XmlFile.ValidateModifier and TypeMethodDescriptionConfigureManager.getValidate()Get the scope of validation of XML files when loading.Methods in jmri with parameters of type XmlFile.ValidateModifier and TypeMethodDescriptionvoidConfigureManager.setValidate(XmlFile.Validate validate) Control the scope of validation of XML files when loading. -
Uses of XmlFile.Validate in jmri.configurexml
Methods in jmri.configurexml that return XmlFile.ValidateModifier and TypeMethodDescriptionConfigXmlManager.getValidate()Whether to verify the DTD of this XML file when read.Methods in jmri.configurexml with parameters of type XmlFile.ValidateModifier and TypeMethodDescriptionvoidConfigXmlManager.setValidate(XmlFile.Validate v) Control the scope of validation of XML files when loading. -
Uses of XmlFile.Validate in jmri.implementation
Methods in jmri.implementation that return XmlFile.ValidateMethods in jmri.implementation with parameters of type XmlFile.Validate -
Uses of XmlFile.Validate in jmri.jmrit
Methods in jmri.jmrit that return XmlFile.ValidateModifier and TypeMethodDescriptionstatic XmlFile.ValidateXmlFile.getDefaultValidate()Whether to, by global default, validate the file being read.XmlFile.getValidate()Whether to verify the DTD of this XML file when read.static XmlFile.ValidateReturns the enum constant of this type with the specified name.static XmlFile.Validate[]XmlFile.Validate.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit with parameters of type XmlFile.ValidateModifier and TypeMethodDescriptionstatic org.jdom2.input.SAXBuilderXmlFile.getBuilder(XmlFile.Validate validate) static voidXmlFile.setDefaultValidate(XmlFile.Validate v) voidXmlFile.setValidate(XmlFile.Validate v)