| Interface | Description |
|---|---|
| IPSClonableElement<IMPLTYPE extends IPSClonableElement<IMPLTYPE>> |
Base interface for a clonable Schematron elements
|
| IPSElement |
Base interface for a single Pure Schematron element
|
| IPSHasFlag |
Base interface for a objects having flags
|
| IPSHasForeignAttributes |
Base interface for Pure Schematron elements that support foreign attributes.
|
| IPSHasForeignElements |
Base interface for Pure Schematron elements that support foreign elements and
attributes.
|
| IPSHasID |
Base interface for all elements that may have an ID.
|
| IPSHasIncludes |
Base interface for Pure Schematron elements that support includes.
|
| IPSHasLets |
Base interface for all objects having
PSLet elements contained |
| IPSHasLinkableGroup |
Base interface for objects having a linkable group.
|
| IPSHasMixedContent |
Base interface for a Schematron element that has
String and
IPSElement content mixed. |
| IPSHasRichGroup |
Base interface for objects having a rich group.
|
| IPSHasTexts |
Base interface for all Schematron objects having text children (as Strings)
|
| IPSOptionalElement |
Base interface for a single Pure Schematron element that is optional
|
| Class | Description |
|---|---|
| PSActive |
A single Schematron active-element.
|
| PSAssertReport |
A single Schematron assert- or report-element.
|
| PSDiagnostic |
A single Schematron diagnostic-element.
|
| PSDiagnostics |
A single Schematron diagnostics-element.
|
| PSDir |
A single Schematron dir-element.
|
| PSEmph |
A single Schematron emph-element.
|
| PSExtends |
A single Schematron extends-element.
|
| PSInclude |
A single Schematron include-element.
|
| PSLet |
A single Schematron let-element.
|
| PSLinkableGroup |
A single "linkable" group
|
| PSName |
A single Schematron name-element.
|
| PSNS |
A single Schematron ns-element.
|
| PSP |
A single Schematron p-element.
|
| PSParam |
A single Schematron param-element.
|
| PSPattern |
A single Schematron pattern-element.
|
| PSPhase |
A single Schematron phase-element.
|
| PSRichGroup |
A single "rich" group
|
| PSRule |
A single Schematron rule-element.
|
| PSSchema |
A single Schematron schema-element.
|
| PSSpan |
A single Schematron span-element.
|
| PSTitle |
A single Schematron title-element.
|
| PSValueOf |
A single Schematron value-of-element.
|
| Enum | Description |
|---|---|
| PSDir.EDirValue | |
| PSRichGroup.ESpace |
Copyright © 2014–2016 Philip Helger. All rights reserved.