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.Validate
ConfigureManager. 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 void
ConfigureManager. 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.Validate
ConfigXmlManager. 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 void
ConfigXmlManager. 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.Validate
JmriConfigurationManager. getValidate()
Methods in jmri.implementation with parameters of type XmlFile.Validate Modifier and Type Method Description void
JmriConfigurationManager. 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.Validate
XmlFile. getDefaultValidate()
Whether to, by global default, validate the file being read.XmlFile.Validate
XmlFile. getValidate()
Whether to verify the DTD of this XML file when read.static XmlFile.Validate
XmlFile.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.SAXBuilder
XmlFile. getBuilder(XmlFile.Validate validate)
static void
XmlFile. setDefaultValidate(XmlFile.Validate v)
void
XmlFile. setValidate(XmlFile.Validate v)
-