xml
Class Debug

java.lang.Object
  extended by xml.Debug

public final class Debug
extends java.lang.Object

some debug flags for the XML plugin

Version:
$Id: Debug.java 20797 2012-01-14 16:45:10Z kerik-sf $

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

DEBUG_RESOLVER

public static final boolean DEBUG_RESOLVER
turn on/off messages about resource resolution

See Also:
Constant Field Values

DEBUG_JAXP

public static final boolean DEBUG_JAXP
turn on/off messages about which parser is used

See Also:
Constant Field Values

DEBUG_XSD_SCHEMA

public static final boolean DEBUG_XSD_SCHEMA
turn on/off messages about XSD schema reading (in XercesParserImpl)

See Also:
Constant Field Values

DEBUG_RNG_SCHEMA

public static final boolean DEBUG_RNG_SCHEMA
turn on/off messages about RNG schemas to CompletionInfo

See Also:
Constant Field Values

DEBUG_DTD

public static final boolean DEBUG_DTD
turn on/off messages about DTD to CompletionInfo (in XercesParserImpl)

See Also:
Constant Field Values

DEBUG_SCHEMA_MAPPING

public static final boolean DEBUG_SCHEMA_MAPPING
turn on/off messages about Schema discovery

See Also:
Constant Field Values

DEBUG_COMPLETION

public static final boolean DEBUG_COMPLETION
turn on/off messages about schema completion

See Also:
Constant Field Values

DEBUG_CACHE

public static final boolean DEBUG_CACHE
turn on/off messages about caching

See Also:
Constant Field Values

DEBUG_TAG_HIGHLIGHT

public static final boolean DEBUG_TAG_HIGHLIGHT
turn on/off messages about matching tag highlighting (SidekickTagHighlight)

See Also:
Constant Field Values

DEBUG_HYPERLINKS

public static final boolean DEBUG_HYPERLINKS
turn on/off messages about hyperlinks highlighting (XmlHyperlinkSource)

See Also:
Constant Field Values
Constructor Detail

Debug

public Debug()