com.thaiopensource.validate.xerces
Class Features

java.lang.Object
  extended by com.thaiopensource.validate.xerces.Features

 class Features
extends Object


Field Summary
(package private) static String SCHEMA_AUGMENT_PSVI
           
(package private) static String SCHEMA_FULL_CHECKING
           
(package private) static String SCHEMA_VALIDATION
           
(package private) static String VALIDATION
           
 
Constructor Summary
private Features()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA_AUGMENT_PSVI

static final String SCHEMA_AUGMENT_PSVI
See Also:
Constant Field Values

SCHEMA_FULL_CHECKING

static final String SCHEMA_FULL_CHECKING
See Also:
Constant Field Values

VALIDATION

static final String VALIDATION
See Also:
Constant Field Values

SCHEMA_VALIDATION

static final String SCHEMA_VALIDATION
See Also:
Constant Field Values
Constructor Detail

Features

private Features()