eu.peppol.validation.commons.schematron.xslt
Class SchematronResourceSCH

java.lang.Object
  extended by eu.peppol.validation.commons.schematron.AbstractSchematronResource
      extended by eu.peppol.validation.commons.schematron.xslt.AbstractSchematronXSLTResource
          extended by eu.peppol.validation.commons.schematron.xslt.SchematronResourceSCH
All Implemented Interfaces:
com.phloc.commons.id.IHasID<String>, ISchematronResource

public final class SchematronResourceSCH
extends AbstractSchematronXSLTResource

A Schematron resource that is based on the original SCH file.

Author:
PEPPOL.AT, BRZ, Philip Helger

Constructor Summary
SchematronResourceSCH(com.phloc.commons.io.IReadableResource aSCHResource)
           
SchematronResourceSCH(com.phloc.commons.io.IReadableResource aSCHResource, ErrorListener aCustomErrorListener, URIResolver aCustomURIResolver)
           
 
Method Summary
static SchematronResourceSCH fromClassPath(String sSCHPath)
           
 
Methods inherited from class eu.peppol.validation.commons.schematron.xslt.AbstractSchematronXSLTResource
applySchematronValidation, isValidSchematron, toString
 
Methods inherited from class eu.peppol.validation.commons.schematron.AbstractSchematronResource
applySchematronValidation, getID, getResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchematronResourceSCH

public SchematronResourceSCH(@Nonnull
                             com.phloc.commons.io.IReadableResource aSCHResource)

SchematronResourceSCH

public SchematronResourceSCH(@Nonnull
                             com.phloc.commons.io.IReadableResource aSCHResource,
                             @Nullable
                             ErrorListener aCustomErrorListener,
                             @Nullable
                             URIResolver aCustomURIResolver)
Method Detail

fromClassPath

@Nonnull
public static SchematronResourceSCH fromClassPath(@Nonnull@Nonempty
                                                          String sSCHPath)


Copyright © 2011 PEPPOL project. All Rights Reserved.