com.thaiopensource.validate.xerces
Class Properties

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

 class Properties
extends Object


Field Summary
(package private) static String ENTITY_MANAGER
           
(package private) static String ENTITY_RESOLVER
           
(package private) static String ERROR_HANDLER
           
(package private) static String ERROR_REPORTER
           
(package private) static String SYMBOL_TABLE
           
(package private) static String VALIDATION_MANAGER
           
(package private) static String XMLGRAMMAR_POOL
           
 
Constructor Summary
private Properties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMLGRAMMAR_POOL

static final String XMLGRAMMAR_POOL
See Also:
Constant Field Values

SYMBOL_TABLE

static final String SYMBOL_TABLE
See Also:
Constant Field Values

ERROR_REPORTER

static final String ERROR_REPORTER
See Also:
Constant Field Values

ERROR_HANDLER

static final String ERROR_HANDLER
See Also:
Constant Field Values

VALIDATION_MANAGER

static final String VALIDATION_MANAGER
See Also:
Constant Field Values

ENTITY_MANAGER

static final String ENTITY_MANAGER
See Also:
Constant Field Values

ENTITY_RESOLVER

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

Properties

private Properties()