Package com.topologi.diffx.util
Class Constants
java.lang.Object
com.topologi.diffx.util.Constants
The set of constants used in this API.
- Version:
- 17 May 2005
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe namespace URI used for elements that may have been modified.static final StringDeprecated.static final StringThe namespace URI used for elements that may have been deleted.static final StringThe namespace URI used for elements that may have been inserted.static final StringDeprecated.UseXMLConstants.XML_NS_PREFIXinstead.static final StringDeprecated.UseXMLConstants.XML_NS_URIinstead.static final StringDeprecated.UseXMLConstants.XMLNS_ATTRIBUTEinstead.static final StringDeprecated.UseXMLConstants.XMLNS_ATTRIBUTE_NS_URIinstead. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BASE_NS_URI
The namespace URI used for elements that may have been modified.- See Also:
-
DELETE_NS_URI
The namespace URI used for elements that may have been deleted.- See Also:
-
INSERT_NS_URI
The namespace URI used for elements that may have been inserted.- See Also:
-
DEFAULT_URI
Deprecated.UseXMLConstants.NULL_NS_URIinstead.The default URI (empty). Same asXMLConstants.NULL_NS_URI.- See Also:
-
XML_NS_PREFIX
Deprecated.UseXMLConstants.XML_NS_PREFIXinstead.The official XML namespace prefix. Same asXMLConstants.XML_NS_PREFIX.- See Also:
-
XML_NS_URI
Deprecated.UseXMLConstants.XML_NS_URIinstead.The official XML Namespace name URI. Same asXMLConstants.XML_NS_URI.- See Also:
-
XMLNS_ATTRIBUTE_NS_URI
Deprecated.UseXMLConstants.XMLNS_ATTRIBUTE_NS_URIinstead.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:
-
XMLNS_ATTRIBUTE
Deprecated.UseXMLConstants.XMLNS_ATTRIBUTEinstead.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:
-
-
Constructor Details
-
Constants
private Constants()Prevent creation of instances
-
XMLConstants.NULL_NS_URIinstead.