Class DTDValidator

java.lang.Object
  extended by DTDValidator

public class DTDValidator
extends java.lang.Object

Class to validate xml files.

Since:
BCVTB 0.3
Author:
Michael Wetter

Constructor Summary
DTDValidator()
           
 
Method Summary
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.