Class PSDir

java.lang.Object
com.helger.schematron.pure.model.PSDir
All Implemented Interfaces:
com.helger.commons.lang.ICloneable<PSDir>, IPSClonableElement<PSDir>, IPSElement, IPSHasForeignAttributes, IPSHasForeignElements, IPSHasTexts, IPSOptionalElement

@NotThreadSafe public class PSDir extends Object implements IPSClonableElement<PSDir>, IPSOptionalElement, IPSHasForeignElements, IPSHasTexts
A single Schematron dir-element.
A section of natural-language text with a direction specified by the value attribute. The value ltr indicates left-to-right text; the value rtl indicates right-to-left text.
An implementation is not required to make use of this element.
Author:
Philip Helger
  • Constructor Details

    • PSDir

      public PSDir()
  • Method Details