| Package | Description |
|---|---|
| com.helger.schematron | |
| com.helger.schematron.api.xslt | |
| com.helger.schematron.api.xslt.validator | |
| com.helger.schematron.svrl | |
| com.helger.schematron.svrl.jaxb |
| Modifier and Type | Method and Description |
|---|---|
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
com.helger.commons.io.resource.IReadableResource aXML)
Deprecated.
Since 6.2.8; use
ISchematronResource.applySchematronValidationToSVRL(IHasInputStream)
instead |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
com.helger.commons.io.resource.IReadableResource aXML)
Deprecated.
Since 6.2.8; use
ISchematronResource.applySchematronValidationToSVRL(IHasInputStream)
instead |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Node aNode)
Deprecated.
Since 6.2.8; use
ISchematronResource.applySchematronValidationToSVRL(Source)
instead, using new DOMSource (aNode) to
encapsulate the Node. |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Node aNode)
Deprecated.
Since 6.2.8; use
ISchematronResource.applySchematronValidationToSVRL(Source)
instead, using new DOMSource (aNode) to
encapsulate the Node. |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Source aXML)
Deprecated.
Since 6.2.8; use
ISchematronResource.applySchematronValidationToSVRL(Source)
instead |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Source aXML)
Deprecated.
Since 6.2.8; use
ISchematronResource.applySchematronValidationToSVRL(Source)
instead |
SchematronOutputType |
AbstractSchematronResource.applySchematronValidationToSVRL(com.helger.commons.io.IHasInputStream aXMLResource) |
SchematronOutputType |
ISchematronResource.applySchematronValidationToSVRL(com.helger.commons.io.IHasInputStream aXMLResource)
Apply the Schematron validation on the passed XML resource and return a
SchematronOutputType object. |
SchematronOutputType |
ISchematronResource.applySchematronValidationToSVRL(com.helger.commons.io.IHasInputStream aXMLResource)
Apply the Schematron validation on the passed XML resource and return a
SchematronOutputType object. |
SchematronOutputType |
AbstractSchematronResource.applySchematronValidationToSVRL(com.helger.commons.io.IHasInputStream aXMLResource) |
SchematronOutputType |
ISchematronResource.applySchematronValidationToSVRL(Node aXMLNode,
String sBaseURI)
Apply the Schematron validation on the passed DOM Node and return a
SchematronOutputType object. |
SchematronOutputType |
ISchematronResource.applySchematronValidationToSVRL(Node aXMLNode,
String sBaseURI)
Apply the Schematron validation on the passed DOM Node and return a
SchematronOutputType object. |
SchematronOutputType |
AbstractSchematronResource.applySchematronValidationToSVRL(Source aXMLSource) |
SchematronOutputType |
ISchematronResource.applySchematronValidationToSVRL(Source aXMLSource)
Apply the Schematron validation on the passed XML source and return a
SchematronOutputType object. |
SchematronOutputType |
ISchematronResource.applySchematronValidationToSVRL(Source aXMLSource)
Apply the Schematron validation on the passed XML source and return a
SchematronOutputType object. |
SchematronOutputType |
AbstractSchematronResource.applySchematronValidationToSVRL(Source aXMLSource) |
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.error.list.IErrorList |
SchematronHelper.convertToErrorList(SchematronOutputType aSchematronOutput,
String sResourceName)
Convert a
SchematronOutputType to an IErrorList. |
static com.helger.commons.error.list.IErrorList |
SchematronHelper.convertToErrorList(SchematronOutputType aSchematronOutput,
String sResourceName)
Convert a
SchematronOutputType to an IErrorList. |
| Modifier and Type | Method and Description |
|---|---|
SchematronOutputType |
AbstractSchematronXSLTBasedResource.applySchematronValidationToSVRL(Node aXMLSource,
String sBaseURI) |
SchematronOutputType |
AbstractSchematronXSLTBasedResource.applySchematronValidationToSVRL(Node aXMLSource,
String sBaseURI) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EValidity |
ISchematronXSLTValidator.getSchematronValidity(SchematronOutputType aSO)
Determine the overall validity of a Schematron validation result.
|
com.helger.commons.state.EValidity |
SchematronXSLTValidatorDefault.getSchematronValidity(SchematronOutputType aSO) |
com.helger.commons.state.EValidity |
SchematronXSLTValidatorFailedAssertOnly.getSchematronValidity(SchematronOutputType aSO) |
com.helger.commons.state.EValidity |
SchematronXSLTValidatorSuccessfulReportOnly.getSchematronValidity(SchematronOutputType aSO) |
com.helger.commons.state.EValidity |
SchematronXSLTValidatorSuccessfulReportOnly.getSchematronValidity(SchematronOutputType aSO) |
com.helger.commons.state.EValidity |
SchematronXSLTValidatorFailedAssertOnly.getSchematronValidity(SchematronOutputType aSO) |
com.helger.commons.state.EValidity |
SchematronXSLTValidatorDefault.getSchematronValidity(SchematronOutputType aSO) |
com.helger.commons.state.EValidity |
ISchematronXSLTValidator.getSchematronValidity(SchematronOutputType aSO)
Determine the overall validity of a Schematron validation result.
|
| Modifier and Type | Method and Description |
|---|---|
static 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<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<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<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.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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SchematronOutputType |
SchematronOutputType.clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
SchematronOutputType |
SchematronOutputType.clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
SchematronOutputType |
ObjectFactory.createSchematronOutputType()
Create an instance of
SchematronOutputType |
SchematronOutputType |
ObjectFactory.createSchematronOutputType()
Create an instance of
SchematronOutputType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SchematronOutputType> |
ObjectFactory.createSchematronOutput(SchematronOutputType value)
|
JAXBElement<SchematronOutputType> |
ObjectFactory.createSchematronOutput(SchematronOutputType value)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchematronOutputType.cloneTo(SchematronOutputType ret)
This method clones all values from <code>this</code> to the passed object.
|
void |
SchematronOutputType.cloneTo(SchematronOutputType ret)
This method clones all values from <code>this</code> to the passed object.
|
JAXBElement<SchematronOutputType> |
ObjectFactory.createSchematronOutput(SchematronOutputType value)
|
JAXBElement<SchematronOutputType> |
ObjectFactory.createSchematronOutput(SchematronOutputType value)
|
Copyright © 2014–2021 Philip Helger. All rights reserved.