com.topologi.diffx
Class Constants

java.lang.Object
  extended bycom.topologi.diffx.Constants

public final class Constants
extends Object

The set of constants used in this API.

Version:
15 December 2004
Author:
Christophe Lauret

Field Summary
static String BASE_NS
          The namespace used for elements that may have been modified.
static String DEFAULT_URI
          The default URI (empty).
static String DELETE_NS
          The namespace used for elements that may have been deleted.
static String INSERT_NS
          The namespace used for elements that may have been inserted.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_URI

public static final String DEFAULT_URI
The default URI (empty).

See Also:
Constant Field Values

BASE_NS

public static final String BASE_NS
The namespace used for elements that may have been modified.

See Also:
Constant Field Values

DELETE_NS

public static final String DELETE_NS
The namespace used for elements that may have been deleted.

See Also:
Constant Field Values

INSERT_NS

public static final String INSERT_NS
The namespace used for elements that may have been inserted.

See Also:
Constant Field Values