Package jmri.jmrit

Class XmlFileValidateAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
XmlFileValidateRunner

Make sure an XML file is readable, and validates OK against its schema and DTD.

Can also be run from the command line as apps.jmrit.XmlFileValidationAction (e.g. ./runtest.csh apps/jmrit/XmlFileValidateAction foo.xml) in which case if there's a filename argument, it checks that directly, otherwise it pops a file selection dialog. (The dialog form has to be manually canceled when done)

See Also: