Package javax.xml

Class XMLConstants

java.lang.Object
javax.xml.XMLConstants

public final class XMLConstants extends java.lang.Object

Utility class to contain basic XML values as constants.

Since:
1.5
Version:
$Revision: 584477 $, $Date: 2007-10-14 05:44:03 +0300 (Sun, 14 Oct 2007) $
Author:
Jeff Suttor
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final java.lang.String
    Prefix to use to represent the default XML Namespace.
    static final java.lang.String
    Feature for secure processing.
    static final java.lang.String
    Namespace URI to use to represent that there is no Namespace.
    static final java.lang.String
    RELAX NG Namespace URI.
    static final java.lang.String
    W3C XML Schema Instance Namespace URI.
    static final java.lang.String
    W3C XML Schema Namespace URI.
    static final java.lang.String
    W3C XPath Datatype Namespace URI.
    static final java.lang.String
    XML Document Type Declaration Namespace URI as an arbitrary value.
    static final java.lang.String
    The official XML Namespace prefix.
    static final java.lang.String
    The official XML Namespace name URI.
    static final java.lang.String
    The official XML attribute used for specifying XML Namespace declarations.
    static final java.lang.String
    The official XML attribute used for specifying XML Namespace declarations, XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait