Class CSchematron

java.lang.Object
com.helger.schematron.CSchematron

@Immutable public final class CSchematron extends Object
Constants for handling Schematron documents
Author:
Philip Helger
  • Field Details

    • NAMESPACE_SCHEMATRON

      public static final String NAMESPACE_SCHEMATRON
      The namespace URL for Schematron documents
      See Also:
    • DEPRECATED_NAMESPACE_SCHEMATRON

      public static final String DEPRECATED_NAMESPACE_SCHEMATRON
      The namespace URL for an old version of Schematron documents. Don't use it explicitly
      See Also:
    • DEFAULT_ALLOW_DEPRECATED_NAMESPACES

      public static final boolean DEFAULT_ALLOW_DEPRECATED_NAMESPACES
      By default deprecated namespaces are not supported.
      See Also:
    • NAMESPACE_URI_XSL

      public static final String NAMESPACE_URI_XSL
      The namespace URL for XSLT transformation
      See Also:
    • PHASE_ALL

      public static final String PHASE_ALL
      Special phase name denoting that all patterns are active
      See Also:
    • PHASE_DEFAULT

      public static final String PHASE_DEFAULT
      Special phase name denoting that the name given in the defaultPhase attribute on the schema element should be used
      See Also: