public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
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. |
public static final String BASE_NS_URI
public static final String DELETE_NS_URI
public static final String INSERT_NS_URI
@Deprecated public static final String DEFAULT_URI
XMLConstants.NULL_NS_URI
instead.XMLConstants.NULL_NS_URI
.@Deprecated public static final String XML_NS_PREFIX
XMLConstants.XML_NS_PREFIX
instead.XMLConstants.XML_NS_PREFIX
.@Deprecated public static final String XML_NS_URI
XMLConstants.XML_NS_URI
instead.XMLConstants.XML_NS_URI
.@Deprecated public static final String XMLNS_ATTRIBUTE_NS_URI
XMLConstants.XMLNS_ATTRIBUTE_NS_URI
instead.@Deprecated public static final String XMLNS_ATTRIBUTE
XMLConstants.XMLNS_ATTRIBUTE
instead.Copyright © 2007-2018. All Rights Reserved.