com.thaiopensource.validate.schematron
Class SchematronProperty

java.lang.Object
  |
  +--com.thaiopensource.validate.schematron.SchematronProperty

public class SchematronProperty
extends Object

Properties for controlling schema reading and validation specific to Schematron.


Nested Class Summary
static class SchematronProperty.PhaseOption
           
 
Field Summary
static FlagPropertyId DIAGNOSE
          PropertyId thats specifies that diagnostic messages should be included.
static StringPropertyId PHASE
          PropertyId that specifies the Schematron phase to use.
static StringOption PHASE_OPTION
           
 
Method Summary
static Option getOption(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHASE

public static final StringPropertyId PHASE
PropertyId that specifies the Schematron phase to use. This applies during schema creation.


PHASE_OPTION

public static final StringOption PHASE_OPTION

DIAGNOSE

public static final FlagPropertyId DIAGNOSE
PropertyId thats specifies that diagnostic messages should be included. This applies during validation.

Method Detail

getOption

public static Option getOption(String uri)