| Package | Description |
|---|---|
| com.phloc.schematron.xslt |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSchematronXSLTProvider
Abstract base class handling XSLT to perform Schematron validation.
|
| Modifier and Type | Method and Description |
|---|---|
static ISchematronXSLTProvider |
SchematronResourceXSLTCache.createSchematronXSLTProvider(com.phloc.commons.io.IReadableResource aXSLTResource) |
static ISchematronXSLTProvider |
SchematronResourceSCHCache.createSchematronXSLTProvider(com.phloc.commons.io.IReadableResource aSchematronResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver)
Deprecated.
|
static ISchematronXSLTProvider |
SchematronResourceSCHCache.createSchematronXSLTProvider(com.phloc.commons.io.IReadableResource aSchematronResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode)
Create a new Schematron validator for the passed resource.
|
static ISchematronXSLTProvider |
SchematronResourceXSLTCache.getSchematronXSLTProvider(com.phloc.commons.io.IReadableResource aXSLTResource)
Create a new Schematron validator for the passed resource.
|
static ISchematronXSLTProvider |
SchematronResourceSCHCache.getSchematronXSLTProvider(com.phloc.commons.io.IReadableResource aSchematronResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
String sPhase,
String sLanguageCode)
Get the Schematron validator for the passed resource using a cache.
|
| Constructor and Description |
|---|
AbstractSchematronXSLTResource(com.phloc.commons.io.IReadableResource aSCHResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTProvider aXSLTProvider) |
AbstractSchematronXSLTResource(com.phloc.commons.io.IReadableResource aSCHResource,
ErrorListener aCustomErrorListener,
URIResolver aCustomURIResolver,
ISchematronXSLTProvider aXSLTProvider,
ISchematronXSLTValidator aValidator) |
Copyright © 2006–2014 phloc systems. All rights reserved.