com.sun.msv.verifier.jarv
Class Const

java.lang.Object
  extended bycom.sun.msv.verifier.jarv.Const

public class Const
extends java.lang.Object

Constant values related to JARV.

Author:
Kohsuke KAWAGUCHI

Field Summary
static java.lang.String PANIC_MODE_FEATURE
          Turns on/off the panic mode.
 
Constructor Summary
Const()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANIC_MODE_FEATURE

public static final java.lang.String PANIC_MODE_FEATURE
Turns on/off the panic mode.

Panic mode is on by default. Turning it on is good for general use. It prevents false error messages to appear.

However, turning it off is sometimes useful, when you are sure that the structure of the document is almost valid (e.g., validating a document generated by an application or when you are sure about the validity of the structure and only interested in validating datatypes,)

See Also:
Constant Field Values
Constructor Detail

Const

public Const()


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.