src/java.xml/share/classes/javax/xml/namespace/NamespaceContext.java
changeset 48429 e9a564028f2f
parent 48412 d4412e380f6b
equal deleted inserted replaced
48428:e569e83139fd 48429:e9a564028f2f
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    70  * @author Jeff Suttor
    70  * @author Jeff Suttor
    71  * @see javax.xml.XMLConstants
    71  * @see javax.xml.XMLConstants
    72  *   javax.xml.XMLConstants for declarations of common XML values
    72  *   javax.xml.XMLConstants for declarations of common XML values
    73  * @see <a href="http://www.w3.org/TR/xmlschema-2/#QName">
    73  * @see <a href="http://www.w3.org/TR/xmlschema-2/#QName">
    74  *   XML Schema Part2: Datatypes</a>
    74  *   XML Schema Part2: Datatypes</a>
    75  * @see <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">
    75  * @see <a href="http://www.w3.org/TR/REC-xml-names/">
    76  *   Namespaces in XML</a>
    76  *   Namespaces in XML</a>
    77  * @see <a href="http://www.w3.org/XML/xml-names-19990114-errata">
       
    78  *   Namespaces in XML Errata</a>
       
    79  * @since 1.5
    77  * @since 1.5
    80  */
    78  */
    81 
    79 
    82 public interface NamespaceContext {
    80 public interface NamespaceContext {
    83 
    81