com.topologi.diffx.util
Class Constants

java.lang.Object
  extended by com.topologi.diffx.util.Constants

public final class Constants
extends Object

The set of constants used in this API.

Version:
17 May 2005
Author:
Christophe Lauret

Field Summary
static String BASE_NS_URI
          The namespace URI used for elements that may have been modified.
static String DEFAULT_URI
          Deprecated. Use XMLConstants.NULL_NS_URI instead.
static String DELETE_NS_URI
          The namespace URI used for elements that may have been deleted.
static String INSERT_NS_URI
          The namespace URI used for elements that may have been inserted.
static String XML_NS_PREFIX
          Deprecated. Use XMLConstants.XML_NS_PREFIX instead.
static String XML_NS_URI
          Deprecated. Use XMLConstants.XML_NS_URI instead.
static String XMLNS_ATTRIBUTE
          Deprecated. Use XMLConstants.XMLNS_ATTRIBUTE instead.
static String XMLNS_ATTRIBUTE_NS_URI
          Deprecated. Use XMLConstants.XMLNS_ATTRIBUTE_NS_URI instead.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_NS_URI

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

See Also:
Constant Field Values

DELETE_NS_URI

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

See Also:
Constant Field Values

INSERT_NS_URI

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

See Also:
Constant Field Values

DEFAULT_URI

@Deprecated
public static final String DEFAULT_URI
Deprecated. Use XMLConstants.NULL_NS_URI instead.
The default URI (empty). Same as XMLConstants.NULL_NS_URI.

See Also:
Constant Field Values

XML_NS_PREFIX

@Deprecated
public static final String XML_NS_PREFIX
Deprecated. Use XMLConstants.XML_NS_PREFIX instead.
The official XML namespace prefix. Same as XMLConstants.XML_NS_PREFIX.

See Also:
Constant Field Values

XML_NS_URI

@Deprecated
public static final String XML_NS_URI
Deprecated. Use XMLConstants.XML_NS_URI instead.
The official XML Namespace name URI. Same as XMLConstants.XML_NS_URI.

See Also:
Constant Field Values

XMLNS_ATTRIBUTE_NS_URI

@Deprecated
public static final String XMLNS_ATTRIBUTE_NS_URI
Deprecated. Use XMLConstants.XMLNS_ATTRIBUTE_NS_URI instead.
The official XML attribute used for specifying XML namespace declarations, XMLConstants.XMLNS_ATTRIBUTE, namespace URI. Defined by the XML specification to be "http://www.w3.org/2000/xmlns/".

See Also:
Constant Field Values

XMLNS_ATTRIBUTE

@Deprecated
public static final String XMLNS_ATTRIBUTE
Deprecated. Use XMLConstants.XMLNS_ATTRIBUTE instead.
The official XML attribute used for specifying XML Namespace declarations. It is NOT valid to use as a prefix. Defined by the XML specification to be "xmlns".

See Also:
Constant Field Values