public class Const extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PANIC_MODE_FEATURE
Turns on/off the panic mode.
|
Constructor and Description |
---|
Const() |
public static final String PANIC_MODE_FEATURE
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,)
Copyright © 2016 Oracle Corporation. All rights reserved.