| Package | Description |
|---|---|
| com.phloc.schematron.pure.bound | |
| com.phloc.schematron.pure.errorhandler | |
| com.phloc.schematron.pure.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPSBoundSchema.error(IPSElement aSourceElement,
String sMsg) |
protected void |
AbstractPSBoundSchema.error(IPSElement aSourceElement,
String sMsg,
Throwable t) |
protected void |
AbstractPSBoundSchema.warn(IPSElement aSourceElement,
String sMsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPSErrorHandler.error(com.phloc.commons.io.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage,
Throwable t)
Emit an error
|
void |
AbstractPSErrorHandler.error(com.phloc.commons.io.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
protected void |
LoggingPSErrorHandler.handle(com.phloc.commons.io.IReadableResource aRes,
com.phloc.commons.error.EErrorLevel eErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
protected void |
DoNothingPSErrorHandler.handle(com.phloc.commons.io.IReadableResource aRes,
com.phloc.commons.error.EErrorLevel eErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
protected void |
CollectingPSErrorHandler.handle(com.phloc.commons.io.IReadableResource aRes,
com.phloc.commons.error.EErrorLevel eErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
protected abstract void |
AbstractPSErrorHandler.handle(com.phloc.commons.io.IReadableResource aRes,
com.phloc.commons.error.EErrorLevel eErrorLevel,
IPSElement aSourceElement,
String sMessage,
Throwable t) |
void |
IPSErrorHandler.warn(com.phloc.commons.io.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage)
Emit a warning
|
void |
AbstractPSErrorHandler.warn(com.phloc.commons.io.IReadableResource aRes,
IPSElement aSourceElement,
String sMessage) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPSClonableElement<IMPLTYPE extends IPSClonableElement<IMPLTYPE>>
Base interface for a clonable Schematron elements
|
| Modifier and Type | Class and Description |
|---|---|
class |
PSActive
A single Schematron active-element.
|
class |
PSAssertReport
A single Schematron assert- or report-element.
|
class |
PSDiagnostic
A single Schematron diagnostic-element.
|
class |
PSDiagnostics
A single Schematron diagnostics-element.
|
class |
PSDir
A single Schematron dir-element.
|
class |
PSEmph
A single Schematron emph-element.
|
class |
PSExtends
A single Schematron extends-element.
|
class |
PSInclude
A single Schematron include-element.
|
class |
PSLet
A single Schematron let-element.
|
class |
PSName
A single Schematron name-element.
|
class |
PSNS
A single Schematron ns-element.
|
class |
PSP
A single Schematron p-element.
|
class |
PSParam
A single Schematron param-element.
|
class |
PSPattern
A single Schematron pattern-element.
|
class |
PSPhase
A single Schematron phase-element.
|
class |
PSRule
A single Schematron rule-element.
|
class |
PSSchema
A single Schematron schema-element.
|
class |
PSSpan
A single Schematron span-element.
|
class |
PSTitle
A single Schematron title-element.
|
class |
PSValueOf
A single Schematron value-of-element.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPSElement> |
PSRule.getAllContentElements() |
List<IPSElement> |
PSPhase.getAllContentElements() |
List<IPSElement> |
PSPattern.getAllContentElements() |
Copyright © 2006–2014 phloc systems. All rights reserved.