Uses of Interface
gov.nist.secauto.decima.xml.assessment.schematron.SVRLHandler
-
Packages that use SVRLHandler Package Description gov.nist.secauto.decima.xml.assessment.schematron Provides ISO Schematron-based assessment capabilities. -
-
Uses of SVRLHandler in gov.nist.secauto.decima.xml.assessment.schematron
Classes in gov.nist.secauto.decima.xml.assessment.schematron that implement SVRLHandler Modifier and Type Class Description classAbstractIdAwareSVRLHandlerclassAbstractSVRLHandlerclassResultGeneratingSVRLHandlerclassSingleDerivedRequirementSVRLHandlerMethods in gov.nist.secauto.decima.xml.assessment.schematron that return SVRLHandler Modifier and Type Method Description SVRLHandlerDefaultSchematronHandler. newSVRLHandler(gov.nist.secauto.decima.core.assessment.Assessment<? extends XMLDocument> assessment, XMLDocument assessedDocument, gov.nist.secauto.decima.core.assessment.result.AssessmentResultBuilder assessmentResultBuilder)SVRLHandlerSchematronHandler. newSVRLHandler(gov.nist.secauto.decima.core.assessment.Assessment<? extends XMLDocument> assessment, XMLDocument assessedDocument, gov.nist.secauto.decima.core.assessment.result.AssessmentResultBuilder assessmentResultBuilder)Creates a newSVRLHandlerinstance that is capable of parsing a Schematron Validation Report Language (SVRL) formatted file to extract assessment results using the providedAssessmentResultBuilder.SVRLHandlerSingleDerivedRequirementSchematronHandler. newSVRLHandler(gov.nist.secauto.decima.core.assessment.Assessment<? extends XMLDocument> assessment, XMLDocument assessedDocument, gov.nist.secauto.decima.core.assessment.result.AssessmentResultBuilder assessmentResultBuilder)Methods in gov.nist.secauto.decima.xml.assessment.schematron with parameters of type SVRLHandler Modifier and Type Method Description static voidSVRLParser. parse(SVRLHandler handler, File file)static voidSVRLParser. parse(SVRLHandler handler, File file, boolean validate)Parses a SVRL result using the provided handler to process SVRL elements.static voidSVRLParser. parse(SVRLHandler handler, org.jdom2.Document document)Parses a SVRL result, provided as a JDOMDocument, using the provided handler to process SVRL elements.
-