Uses of Class
jmri.jmrit.XmlFile.Validate
-
Packages that use XmlFile.Validate Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit Various non-system-specific JMRI tools. -
-
Uses of XmlFile.Validate in jmri
Methods in jmri that return XmlFile.Validate Modifier and Type Method Description XmlFile.ValidateConfigureManager. getValidate()Get the scope of validation of XML files when loading.Methods in jmri with parameters of type XmlFile.Validate Modifier and Type Method Description voidConfigureManager. 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.Validate Modifier and Type Method Description XmlFile.ValidateConfigXmlManager. getValidate()Whether to verify the DTD of this XML file when read.Methods in jmri.configurexml with parameters of type XmlFile.Validate Modifier and Type Method Description voidConfigXmlManager. 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.Validate Modifier and Type Method Description XmlFile.ValidateJmriConfigurationManager. getValidate()Methods in jmri.implementation with parameters of type XmlFile.Validate Modifier and Type Method Description voidJmriConfigurationManager. setValidate(XmlFile.Validate v) -
Uses of XmlFile.Validate in jmri.jmrit
Methods in jmri.jmrit that return XmlFile.Validate Modifier and Type Method Description static XmlFile.ValidateXmlFile. getDefaultValidate()Whether to, by global default, validate the file being read.XmlFile.ValidateXmlFile. getValidate()Whether to verify the DTD of this XML file when read.static XmlFile.ValidateXmlFile.Validate. valueOf(java.lang.String name)Returns 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.Validate Modifier and Type Method Description static org.jdom2.input.SAXBuilderXmlFile. getBuilder(XmlFile.Validate validate)static voidXmlFile. setDefaultValidate(XmlFile.Validate v)voidXmlFile. setValidate(XmlFile.Validate v)
-