Uses of Class
com.helger.schematron.pure.model.PSAssertReport
Packages that use PSAssertReport
Package
Description
-
Uses of PSAssertReport in com.helger.schematron.pure.bound.xpath
Methods in com.helger.schematron.pure.bound.xpath that return PSAssertReportModifier and TypeMethodDescriptionfinal PSAssertReportPSXPathBoundAssertReport.getAssertReport()Constructors in com.helger.schematron.pure.bound.xpath with parameters of type PSAssertReportModifierConstructorDescriptionPSXPathBoundAssertReport(PSAssertReport aAssertReport, String sTestExpression, XPathExpression aBoundTestExpression, com.helger.commons.collection.impl.ICommonsList<PSXPathBoundElement> aBoundContent, com.helger.commons.collection.impl.ICommonsMap<String, PSXPathBoundDiagnostic> aBoundDiagnostics) -
Uses of PSAssertReport in com.helger.schematron.pure.exchange
Methods in com.helger.schematron.pure.exchange that return PSAssertReportModifier and TypeMethodDescriptionPSReader.readAssertReportFromXML(com.helger.xml.microdom.IMicroElement eAssertReport) Read an <assert> or a <report> element -
Uses of PSAssertReport in com.helger.schematron.pure.model
Methods in com.helger.schematron.pure.model that return PSAssertReportModifier and TypeMethodDescriptionstatic PSAssertReportPSAssertReport.assertion()static PSAssertReportPSAssertReport.report()Methods in com.helger.schematron.pure.model that return types with arguments of type PSAssertReportModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<PSAssertReport>PSRule.getAllAssertReports()Methods in com.helger.schematron.pure.model with parameters of type PSAssertReport -
Uses of PSAssertReport in com.helger.schematron.pure.validation
Methods in com.helger.schematron.pure.validation with parameters of type PSAssertReportModifier and TypeMethodDescriptiondefault com.helger.commons.state.EContinueIPSValidationHandler.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) This method is called for every failed assert.com.helger.commons.state.EContinueLoggingPSValidationHandler.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) com.helger.commons.state.EContinuePSValidationHandlerBreakOnFirstError.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) com.helger.commons.state.EContinuePSValidationHandlerBreakOnFirstFailedAssert.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) default com.helger.commons.state.EContinueIPSValidationHandler.onSuccessfulReport(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) This method is called for every failed assert.com.helger.commons.state.EContinueLoggingPSValidationHandler.onSuccessfulReport(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) com.helger.commons.state.EContinuePSValidationHandlerBreakOnFirstError.onSuccessfulReport(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) -
Uses of PSAssertReport in com.helger.schematron.pure.validation.xpath
Methods in com.helger.schematron.pure.validation.xpath with parameters of type PSAssertReportModifier and TypeMethodDescriptioncom.helger.commons.state.EContinuePSXPathValidationHandlerSVRL.onFailedAssert(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext) com.helger.commons.state.EContinuePSXPathValidationHandlerSVRL.onSuccessfulReport(PSAssertReport aAssertReport, String sTestExpression, Node aRuleMatchingNode, int nNodeIndex, Object aContext)