Uses of Interface
com.helger.schematron.pure.model.IPSClonableElement

Packages that use IPSClonableElement
Package
Description
 
  • Uses of IPSClonableElement in com.helger.schematron.pure.model

    Classes in com.helger.schematron.pure.model with type parameters of type IPSClonableElement
    Modifier and Type
    Interface
    Description
    interface 
    IPSClonableElement<IMPLTYPE extends IPSClonableElement<IMPLTYPE>>
    Base interface for a cloneable Schematron elements
    Modifier and Type
    Class
    Description
    class 
    A single Schematron active-element.
    The required pattern attribute is a reference to a pattern that is active in the current phase.
    PSActive elements are only references from PSPhase elements.
    class 
    A single Schematron diagnostic-element.
    A natural-language message giving more specific details concerning a failed assertion, such as found versus expected values and repair hints.
    NOTE: Diagnostics in multiple languages may be supported by using a different diagnostic element for each language, with the appropriate xml:lang language attribute, and referencing all the unique identifiers of the diagnostic elements in the diagnostics attribute of the assertion.
    class 
    A single Schematron dir-element.
    A section of natural-language text with a direction specified by the value attribute.
    class 
    A single Schematron emph-element.
    A portion of text that should be rendered with some emphasis.
    An implementation is not required to make use of this element.
    class 
    A single Schematron let-element.
    If the let element is the child of a rule element, the variable is calculated and scoped to the current rule and context.
    class 
    A single Schematron name-element.
    Provides the names of nodes from the instance document to allow clearer assertions and diagnostics.
    class 
    A single Schematron ns-element.
    Specification of a namespace prefix and URI.
    class 
    A single Schematron span-element.
    A portion of some paragraph that should be rendered in a distinct way, keyed with the class attribute.
    An implementation is not required to make use of this element.
    class 
    A single Schematron title-element.
    A summary of the purpose or role of the schema or pattern, for the purpose of documentation or a rich user interface.
    An implementation is not required to make use of this element.
    class 
    A single Schematron value-of-element.
    Finds or calculates values from the instance document to allow clearer assertions and diagnostics.