Class SchematronRulesGenerator
- java.lang.Object
-
- org.daisy.dotify.devtools.schematron.SchematronRulesGenerator
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class SchematronRulesGenerator extends Object implements Closeable
Provides compact java notation for common Schematron patterns.
-
-
Constructor Summary
Constructors Constructor Description SchematronRulesGenerator(String title, String nsPrefix, String nsUri, OutputStream os)Creates a new SchematronRulesGenerator with the supplied parameters
-
-
-
Field Detail
-
RULE_PREFIX
public static final String RULE_PREFIX
- See Also:
- Constant Field Values
-
nsPrefix
public final String nsPrefix
-
nsUri
public final String nsUri
-
-
Constructor Detail
-
SchematronRulesGenerator
public SchematronRulesGenerator(String title, String nsPrefix, String nsUri, OutputStream os)
Creates a new SchematronRulesGenerator with the supplied parameters- Parameters:
title- title of the rule setnsPrefix- namespace prefix for the input documentnsUri- namespace uri for the input documentos- output stream
-
-