Package com.helger.schematron
Class CSchematron
java.lang.Object
com.helger.schematron.CSchematron
Constants for handling Schematron documents
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanBy default deprecated namespaces are not supported.static final StringThe namespace URL for an old version of Schematron documents.static final StringThe namespace URL for Schematron documentsstatic final StringThe namespace URL for XSLT transformationstatic final StringSpecial phase name denoting that all patterns are activestatic final StringSpecial phase name denoting that the name given in the defaultPhase attribute on the schema element should be used -
Method Summary
-
Field Details
-
NAMESPACE_SCHEMATRON
The namespace URL for Schematron documents- See Also:
-
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_NAMESPACESBy default deprecated namespaces are not supported.- See Also:
-
NAMESPACE_URI_XSL
The namespace URL for XSLT transformation- See Also:
-
PHASE_ALL
Special phase name denoting that all patterns are active- See Also:
-
PHASE_DEFAULT
Special phase name denoting that the name given in the defaultPhase attribute on the schema element should be used- See Also:
-