Class DTDValidator


  • public class DTDValidator
    extends java.lang.Object
    Class to validate xml files.
    Since:
    Ptolemy II 10.0
    Author:
    Michael Wetter
    • Constructor Summary

      Constructors 
      Constructor Description
      DTDValidator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DTDValidator

        public DTDValidator()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main method.
        Parameters:
        args - Argument list, args[0] must be the xml file name that will be parsed, arg[1] must be the path to the dtd file.