com.novell.nds.dirxml.driver.xds.util
Class ExtraDTD

java.lang.Object
  extended bycom.novell.nds.dirxml.driver.xds.util.ExtraDTD

public abstract class ExtraDTD
extends Object

Tag names, attributes and values that are not part of the XDS DTD but are utilized by this library and IDM drivers.


Field Summary
static String ATTR_TYPE
          "type"
static String TAG_DESCRIPTION
          "description"
static String TAG_EXCEPTION
          "exception"
static String TAG_MESSAGE
          "message"
static String TAG_PUB_HEARTBEAT_INTERVAL
          "pub-heartbeat-interval"
static String TAG_STACK_TRACE
          "stack-trace"
 
Constructor Summary
ExtraDTD()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_EXCEPTION

public static final String TAG_EXCEPTION
"exception"

See Also:
Constant Field Values

TAG_MESSAGE

public static final String TAG_MESSAGE
"message"

See Also:
Constant Field Values

TAG_STACK_TRACE

public static final String TAG_STACK_TRACE
"stack-trace"

See Also:
Constant Field Values

TAG_DESCRIPTION

public static final String TAG_DESCRIPTION
"description"

See Also:
Constant Field Values

ATTR_TYPE

public static final String ATTR_TYPE
"type"

See Also:
Constant Field Values

TAG_PUB_HEARTBEAT_INTERVAL

public static final String TAG_PUB_HEARTBEAT_INTERVAL
"pub-heartbeat-interval"

See Also:
Constant Field Values
Constructor Detail

ExtraDTD

public ExtraDTD()