Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 21, 2023
1 parent c15049d commit a91e355
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@
*/
public enum ESchematronMode implements IHasID <String>
{
/** Java pure version */
PURE ("pure"),
/** ISO Schematron, SCH version */
SCHEMATRON ("schematron"),
/** SchXslt Schematron, SCH version */
SCHXSLT_XSLT2 ("schxslt-xslt2"),
/** XSLT version */
XSLT ("xslt");

private final String m_sID;
Expand Down

0 comments on commit a91e355

Please sign in to comment.