java.lang.Objectjavax.xml.XMLConstants
Utility class to contain basic XML values as constants.
- href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor
$
- Revision: 584477 $, $Date: 2007-10-13 22:44:03 -0400 (Sat, 13 Oct 2007) $1.5
- Field Summary | ||
---|---|---|
public static final String | NULL_NS_URI | Namespace URI to use to represent that there is no Namespace. Defined by the Namespace specification to be "". |
public static final String | DEFAULT_NS_PREFIX | Prefix to use to represent the default XML Namespace. Defined by the XML specification to be "".
|
public static final String | XML_NS_URI | The official XML Namespace name URI. Defined by the XML specification to be
"
|
public static final String | XML_NS_PREFIX | The official XML Namespace prefix. Defined by the XML specification to be "
|
public static final String | XMLNS_ATTRIBUTE_NS_URI | The official XML attribute used for specifying XML Namespace declarations, XMLConstants.XMLNS_ATTRIBUTE , Namespace name URI. Defined by the XML specification to be
" |
public static final String | XMLNS_ATTRIBUTE | 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
"
|
public static final String | W3C_XML_SCHEMA_NS_URI | W3C XML Schema Namespace URI. Defined to be " |
public static final String | W3C_XML_SCHEMA_INSTANCE_NS_URI | W3C XML Schema Instance Namespace URI. Defined to be " |
public static final String | W3C_XPATH_DATATYPE_NS_URI | W3C XPath Datatype Namespace URI. Defined to be "
|
public static final String | XML_DTD_NS_URI | XML Document Type Declaration Namespace URI as an arbitrary value. Since not formally defined by any existing standard, arbitrarily define to be " |
public static final String | RELAXNG_NS_URI | RELAX NG Namespace URI. Defined to be "
|
public static final String | FEATURE_SECURE_PROCESSING | Feature for secure processing.
|
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |