src/java.xml/share/classes/javax/xml/XMLConstants.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
child 48429 e9a564028f2f
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    26 package javax.xml;
    26 package javax.xml;
    27 
    27 
    28 /**
    28 /**
    29  * <p>Utility class to contain basic XML values as constants.
    29  * <p>Utility class to contain basic XML values as constants.
    30  *
    30  *
    31  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    31  * @author Jeff Suttor
    32  * @see <a href="http://www.w3.org/TR/xml11/">Extensible Markup Language (XML) 1.1</a>
    32  * @see <a href="http://www.w3.org/TR/xml11/">Extensible Markup Language (XML) 1.1</a>
    33  * @see <a href="http://www.w3.org/TR/REC-xml">Extensible Markup Language (XML) 1.0 (Second Edition)</a>
    33  * @see <a href="http://www.w3.org/TR/REC-xml">Extensible Markup Language (XML) 1.0 (Second Edition)</a>
    34  * @see <a href="http://www.w3.org/XML/xml-V10-2e-errata">XML 1.0 Second Edition Specification Errata</a>
    34  * @see <a href="http://www.w3.org/XML/xml-V10-2e-errata">XML 1.0 Second Edition Specification Errata</a>
    35  * @see <a href="http://www.w3.org/TR/xml-names11/">Namespaces in XML 1.1</a>
    35  * @see <a href="http://www.w3.org/TR/xml-names11/">Namespaces in XML 1.1</a>
    36  * @see <a href="http://www.w3.org/TR/REC-xml-names">Namespaces in XML</a>
    36  * @see <a href="http://www.w3.org/TR/REC-xml-names">Namespaces in XML</a>