org.dlese.dpc.schemedit.test
Class ValidatorTester
java.lang.Object
org.dlese.dpc.schemedit.test.ValidatorTester
public class ValidatorTester
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidatorTester
public ValidatorTester(String schemaURI)
throws Exception
- Throws:
Exception
validateString
public final String validateString(String s)
validateString
public final String validateString(String s,
boolean showWarnings)
validateFile
public final String validateFile(File f)
validateFile
public final String validateFile(File f,
boolean showWarnings)
main
public static void main(String[] args)
validate
public static void validate(String xmlPath,
String xsdPath)
throws Exception
- Throws:
Exception