Uses of Class
org.weborganic.schematron.SchematronResult

Uses of SchematronResult in org.weborganic.schematron
 

Methods in org.weborganic.schematron that return SchematronResult
 SchematronResult SchematronReport.get(String systemID)
          Returns the Schematron result instance corresponding to the given system ID.
 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.
 

Methods in org.weborganic.schematron with parameters of type SchematronResult
 void SchematronReport.add(SchematronResult result)
          Add a new SchematronResult object to the collection