Package | Description |
---|---|
com.helger.schematron | |
com.helger.schematron.pure | |
com.helger.schematron.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)
Apply the passed schematron on the passed XML resource using a custom error
handler.
|
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Node aNode)
Apply the passed schematron on the passed XML node.
|
static SchematronOutputType |
SchematronHelper.applySchematron(ISchematronResource aSchematron,
Source aXML)
Apply the passed schematron on the passed XML resource.
|
Modifier and Type | Class and Description |
---|---|
class |
SchematronResourcePure
A Schematron resource that is not XSLT based but using the pure (native Java)
implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchematronXSLTBasedResource<IMPLTYPE extends AbstractSchematronXSLTBasedResource<IMPLTYPE>>
Abstract implementation of a Schematron resource that is based on XSLT
transformations.
|
class |
SchematronResourceSCH
A Schematron resource that is based on the original SCH file.
|
class |
SchematronResourceXSLT
A Schematron resource that is based on an existing, pre-compiled XSLT script.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.