|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectxml.Debug
public final class Debug
some debug flags for the XML plugin
| Field Summary | |
|---|---|
static boolean |
DEBUG_CACHE
turn on/off messages about caching |
static boolean |
DEBUG_COMPLETION
turn on/off messages about schema completion |
static boolean |
DEBUG_DTD
turn on/off messages about DTD to CompletionInfo (in XercesParserImpl) |
static boolean |
DEBUG_HYPERLINKS
turn on/off messages about hyperlinks highlighting (XmlHyperlinkSource) |
static boolean |
DEBUG_JAXP
turn on/off messages about which parser is used |
static boolean |
DEBUG_RESOLVER
turn on/off messages about resource resolution |
static boolean |
DEBUG_RNG_SCHEMA
turn on/off messages about RNG schemas to CompletionInfo |
static boolean |
DEBUG_SCHEMA_MAPPING
turn on/off messages about Schema discovery |
static boolean |
DEBUG_TAG_HIGHLIGHT
turn on/off messages about matching tag highlighting (SidekickTagHighlight) |
static boolean |
DEBUG_XSD_SCHEMA
turn on/off messages about XSD schema reading (in XercesParserImpl) |
| Constructor Summary | |
|---|---|
Debug()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean DEBUG_RESOLVER
public static final boolean DEBUG_JAXP
public static final boolean DEBUG_XSD_SCHEMA
public static final boolean DEBUG_RNG_SCHEMA
public static final boolean DEBUG_DTD
public static final boolean DEBUG_SCHEMA_MAPPING
public static final boolean DEBUG_COMPLETION
public static final boolean DEBUG_CACHE
public static final boolean DEBUG_TAG_HIGHLIGHT
public static final boolean DEBUG_HYPERLINKS
| Constructor Detail |
|---|
public Debug()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||