Uses of Class
org.weborganic.schematron.SchematronException

Uses of SchematronException in org.weborganic.schematron
 

Methods in org.weborganic.schematron that throw SchematronException
 void Schematron.execute()
          Deprecated. Executes this task.
 Validator ValidatorFactory.newValidator(File schema)
          Process the specified schema into a Validator object.
 Validator ValidatorFactory.newValidator(Source schema)
          Process the specified schema into a Validator object.
 void SchematronResult.setSVRL(String svrl)
          Setter for SVRL content/file, also parse the SVRL content to extract the failed assertion and the successful report.
 SchematronResult Validator.validate(File xml)
          Performs validation of the passed XML data.
 SchematronResult Validator.validate(Source xml)
          Performs validation of the passed XML data.
 SchematronResult Validator.validate(Source xml, String fnp, String fdp, String anp, String adp, String encoding)
          Performs validation of the passed XML data.