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

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.SchematronResourceXSLT
All Implemented Interfaces:
com.phloc.commons.id.IHasID<String>, ISchematronResource

public final class SchematronResourceXSLT
extends AbstractSchematronXSLTResource

A Schematron resource that is based on an existing, pre-compiled XSLT script.

Author:
PEPPOL.AT, BRZ, Philip Helger

Constructor Summary
SchematronResourceXSLT(com.phloc.commons.io.IReadableResource aXSLTResource)
           
SchematronResourceXSLT(com.phloc.commons.io.IReadableResource aXSLTResource, ErrorListener aCustomErrorListener, URIResolver aCustomURIResolver)
           
 
Method Summary
static SchematronResourceXSLT fromClassPath(String sXSLTPath)
           
 
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

SchematronResourceXSLT

public SchematronResourceXSLT(@Nonnull
                              com.phloc.commons.io.IReadableResource aXSLTResource)

SchematronResourceXSLT

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

fromClassPath

@Nonnull
public static SchematronResourceXSLT fromClassPath(@Nonnull@Nonempty
                                                           String sXSLTPath)


Copyright © 2011 PEPPOL project. All Rights Reserved.