Package edu.sc.seis.sod.validator
Class Validator
java.lang.Object
edu.sc.seis.sod.validator.Validator
public class Validator
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SOD_SCHEMA_LOC
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.String
getErrorMessage()
boolean
validate(org.xml.sax.InputSource in)
boolean
validate(org.xml.sax.InputSource in, boolean verbose)
-
Field Details
-
SOD_SCHEMA_LOC
public static final java.lang.String SOD_SCHEMA_LOC- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getErrorMessage
public java.lang.String getErrorMessage() -
validate
public boolean validate(org.xml.sax.InputSource in) throws java.io.IOException, org.xml.sax.SAXException- Throws:
java.io.IOException
org.xml.sax.SAXException
-
validate
public boolean validate(org.xml.sax.InputSource in, boolean verbose) throws java.io.IOException, org.xml.sax.SAXException- Throws:
java.io.IOException
org.xml.sax.SAXException
-