src/java.xml/share/classes/javax/xml/namespace/NamespaceContext.java
changeset 48412 d4412e380f6b
parent 47359 e1a6c0168741
child 48429 e9a564028f2f
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    65  * </pre>
    65  * </pre>
    66  *
    66  *
    67  * <p>A prefix can only be bound to a <strong>single</strong>
    67  * <p>A prefix can only be bound to a <strong>single</strong>
    68  * Namespace URI in the current scope.
    68  * Namespace URI in the current scope.
    69  *
    69  *
    70  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    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/#ns-qualnames">