Uses of Class
com.helger.schematron.svrl.jaxb.SchematronOutputType
Packages that use SchematronOutputType
Package
Description
-
Uses of SchematronOutputType in com.helger.schematron
Methods in com.helger.schematron that return SchematronOutputTypeModifier and TypeMethodDescriptionAbstractSchematronResource.applySchematronValidationToSVRL(com.helger.commons.io.IHasInputStream aXMLResource) AbstractSchematronResource.applySchematronValidationToSVRL(Source aXMLSource) ISchematronResource.applySchematronValidationToSVRL(com.helger.commons.io.IHasInputStream aXMLResource) Apply the Schematron validation on the passed XML resource and return aSchematronOutputTypeobject.ISchematronResource.applySchematronValidationToSVRL(Source aXMLSource) Apply the Schematron validation on the passed XML source and return aSchematronOutputTypeobject.ISchematronResource.applySchematronValidationToSVRL(Node aXMLNode, String sBaseURI) Apply the Schematron validation on the passed DOM Node and return aSchematronOutputTypeobject.Methods in com.helger.schematron with parameters of type SchematronOutputTypeModifier and TypeMethodDescriptionstatic com.helger.commons.error.list.IErrorListSchematronHelper.convertToErrorList(SchematronOutputType aSchematronOutput, String sResourceName) Convert aSchematronOutputTypeto anIErrorList. -
Uses of SchematronOutputType in com.helger.schematron.api.xslt
Methods in com.helger.schematron.api.xslt that return SchematronOutputTypeModifier and TypeMethodDescriptionAbstractSchematronXSLTBasedResource.applySchematronValidationToSVRL(Node aXMLSource, String sBaseURI) -
Uses of SchematronOutputType in com.helger.schematron.api.xslt.validator
Methods in com.helger.schematron.api.xslt.validator with parameters of type SchematronOutputTypeModifier and TypeMethodDescriptioncom.helger.commons.state.EValidityISchematronOutputValidityDeterminator.getSchematronOutputValidity(SchematronOutputType aSO) Determine the overall validity of a Schematron validation result.com.helger.commons.state.EValiditySchematronOutputValidityDeterminatorDefault.getSchematronOutputValidity(SchematronOutputType aSO) com.helger.commons.state.EValiditySchematronOutputValidityDeterminatorFailedAssertOnly.getSchematronOutputValidity(SchematronOutputType aSO) com.helger.commons.state.EValiditySchematronOutputValidityDeterminatorSuccessfulReportOnly.getSchematronOutputValidity(SchematronOutputType aSO) -
Uses of SchematronOutputType in com.helger.schematron.svrl
Methods in com.helger.schematron.svrl with parameters of type SchematronOutputTypeModifier and TypeMethodDescriptionstatic com.helger.commons.collection.impl.ICommonsList<SVRLFailedAssert> SVRLHelper.getAllFailedAssertions(SchematronOutputType aSchematronOutput) Get a list of all failed assertions in a given schematron output.static com.helger.commons.collection.impl.ICommonsList<AbstractSVRLMessage> SVRLHelper.getAllFailedAssertionsAndSuccessfulReports(SchematronOutputType aSchematronOutput) Get a list of all failed assertions and successful reports in a given schematron output.static com.helger.commons.collection.impl.ICommonsList<SVRLFailedAssert> SVRLHelper.getAllFailedAssertionsMoreOrEqualSevereThan(SchematronOutputType aSchematronOutput, com.helger.commons.error.level.IErrorLevel aErrorLevel) Get a list of all failed assertions in a given schematron output, with an error level equally or more severe than the passed error level.static com.helger.commons.collection.impl.ICommonsList<SVRLSuccessfulReport> SVRLHelper.getAllSuccessfulReports(SchematronOutputType aSchematronOutput) Get a list of all successful reports in a given schematron output.static com.helger.commons.collection.impl.ICommonsList<SVRLSuccessfulReport> SVRLHelper.getAllSuccessfulReportsMoreOrEqualSevereThan(SchematronOutputType aSchematronOutput, com.helger.commons.error.level.IErrorLevel aErrorLevel) Get a list of all successful reports in a given schematron output, with an error level equally or more severe than the passed error level. -
Uses of SchematronOutputType in com.helger.schematron.svrl.jaxb
Methods in com.helger.schematron.svrl.jaxb that return SchematronOutputTypeModifier and TypeMethodDescriptionSchematronOutputType.clone()Created by ph-jaxb-plugin -Xph-cloneable2ObjectFactory.createSchematronOutputType()Create an instance ofSchematronOutputTypeMethods in com.helger.schematron.svrl.jaxb that return types with arguments of type SchematronOutputTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SchematronOutputType> ObjectFactory.createSchematronOutput(SchematronOutputType value) Methods in com.helger.schematron.svrl.jaxb with parameters of type SchematronOutputTypeModifier and TypeMethodDescriptionvoidSchematronOutputType.cloneTo(SchematronOutputType ret) This method clones all values fromthisto the passed object.jakarta.xml.bind.JAXBElement<SchematronOutputType> ObjectFactory.createSchematronOutput(SchematronOutputType value)