Uses of Interface
eu.peppol.validation.commons.schematron.ISchematronResource

Packages that use ISchematronResource
eu.peppol.validation.commons.schematron   
eu.peppol.validation.commons.schematron.xslt   
 

Uses of ISchematronResource in eu.peppol.validation.commons.schematron
 

Classes in eu.peppol.validation.commons.schematron that implement ISchematronResource
 class AbstractSchematronResource
          Abstract implementation of the ISchematronResource interface handling the underlying resource and wrapping one method.
 

Methods in eu.peppol.validation.commons.schematron with parameters of type ISchematronResource
static SchematronOutputType SchematronHelper.applySchematron(ISchematronResource aSchematron, com.phloc.commons.io.IReadableResource aXML)
          Apply the passed schematron on the passed XML resource using a custom error handler.
static SchematronOutputType SchematronHelper.applySchematron(ISchematronResource aSchematron, Source aXML)
          Apply the passed schematron on the passed XML resource.
 

Uses of ISchematronResource in eu.peppol.validation.commons.schematron.xslt
 

Classes in eu.peppol.validation.commons.schematron.xslt that implement ISchematronResource
 class AbstractSchematronXSLTResource
          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 © 2011 PEPPOL project. All Rights Reserved.