@NotThreadSafe public abstract class AbstractSchematronXSLTProvider extends Object implements ISchematronXSLTProvider
| Modifier and Type | Field and Description |
|---|---|
protected Templates |
m_aSchematronXSLT |
protected Document |
m_aSchematronXSLTDoc |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSchematronXSLTProvider() |
protected Document m_aSchematronXSLTDoc
protected Templates m_aSchematronXSLT
public final boolean isValidSchematron()
isValidSchematron in interface ISchematronXSLTProvidertrue if the Schematron was successfully interpreted,
false otherwise.@Nullable public final Document getXSLTDocument()
getXSLTDocument in interface ISchematronXSLTProvidernull if preprocessing failed.ISchematronXSLTProvider.isValidSchematron()@Nullable public final Templates getXSLTTemplates()
getXSLTTemplates in interface ISchematronXSLTProviderCopyright © 2014–2015 Philip Helger. All rights reserved.