Uses of Interface
gov.nist.secauto.decima.xml.schematron.Schematron
-
Packages that use Schematron Package Description gov.nist.secauto.decima.xml.assessment Supports the assessment of XML documents using XML Schema and ISO Schematron definitions.gov.nist.secauto.decima.xml.assessment.schematron Provides ISO Schematron-based assessment capabilities.gov.nist.secauto.decima.xml.schematron Provides ISO Schematrom compilation and parsing functionality.gov.nist.secauto.decima.xml.testing Provides JUnit integration for assessment unit tests using Decima. -
-
Uses of Schematron in gov.nist.secauto.decima.xml.assessment
Methods in gov.nist.secauto.decima.xml.assessment that return Schematron Modifier and Type Method Description static SchematronFactory. newSchematron(URL schematron)Create a newSchematroninstance that represents a pre-compiled schematron.Methods in gov.nist.secauto.decima.xml.assessment with parameters of type Schematron Modifier and Type Method Description static SchematronAssessmentFactory. newSchematronAssessment(Schematron schematron)static SchematronAssessmentFactory. newSchematronAssessment(Schematron schematron, String phase)static SchematronAssessmentFactory. newSchematronAssessment(Schematron schematron, String phase, SchematronHandler schematronHandler) -
Uses of Schematron in gov.nist.secauto.decima.xml.assessment.schematron
Methods in gov.nist.secauto.decima.xml.assessment.schematron that return Schematron Modifier and Type Method Description SchematronSchematronAssessment. getSchematron()Methods in gov.nist.secauto.decima.xml.assessment.schematron with parameters of type Schematron Modifier and Type Method Description protected abstract AbstractDerivedRequirementParsingHandlerAbstractIdAwareSchematronHandler. newDerivedRequirementParsingHandler(Schematron schematron)protected AbstractDerivedRequirementParsingHandlerDefaultSchematronHandler. newDerivedRequirementParsingHandler(Schematron schematron)Constructors in gov.nist.secauto.decima.xml.assessment.schematron with parameters of type Schematron Constructor Description AbstractIdAwareSchematronHandler(Schematron schematron)Constructs a newAbstractIdAwareSchematronHandlerinstance that uses the providedSchematronto parse out a mapping of pattern and rule identifiers to assertions within the Schematron rules.DefaultSchematronHandler(Schematron schematron)SchematronAssessment(Schematron schematron, String phase, SchematronHandler schematronHandler)Constructs a newAssessmentthat uses a Schematron ruleset to validate an XML document. -
Uses of Schematron in gov.nist.secauto.decima.xml.schematron
Classes in gov.nist.secauto.decima.xml.schematron that implement Schematron Modifier and Type Class Description classDefaultSchematronMethods in gov.nist.secauto.decima.xml.schematron that return Schematron Modifier and Type Method Description SchematronDefaultSchematronCompiler. newSchematron(URL schematron)SchematronSchematronCompiler. newSchematron(URL schematron)Create a newSchematroninstance that represents a pre-compiled schematron. -
Uses of Schematron in gov.nist.secauto.decima.xml.testing
Methods in gov.nist.secauto.decima.xml.testing with parameters of type Schematron Modifier and Type Method Description protected SchematronHandlerAssessmentUnitTestParser. newSchematronHandler(String handlerClassName, Schematron schematron, String phase)
-