| Package | Description |
|---|---|
| com.helger.schematron | |
| com.helger.schematron.api.xslt |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSchematronResource
Abstract implementation of the
ISchematronResource interface handling
the underlying resource and wrapping one method. |
| 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
applySchematronValidationToSVRL(IHasInputStream)
instead |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
com.helger.commons.io.resource.IReadableResource aXML)
Deprecated.
Since 6.2.8; use
applySchematronValidationToSVRL(IHasInputStream)
instead |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Node aNode)
Deprecated.
Since 6.2.8; use
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
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
applySchematronValidationToSVRL(Source)
instead |
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Source aXML)
Deprecated.
Since 6.2.8; use
applySchematronValidationToSVRL(Source)
instead |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISchematronXSLTBasedResource
Special Schematron resource for XSLT based implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSchematronXSLTBasedResource<IMPLTYPE extends AbstractSchematronXSLTBasedResource<IMPLTYPE>>
Abstract implementation of a Schematron resource that is based on XSLT
transformations.
|
Copyright © 2014–2021 Philip Helger. All rights reserved.