jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/NamespaceContext2.java
changeset 33547 e4c76ac38b12
parent 25871 b80b84e87032
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, 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
    28 import javax.xml.namespace.NamespaceContext;
    28 import javax.xml.namespace.NamespaceContext;
    29 
    29 
    30 import com.sun.istack.internal.NotNull;
    30 import com.sun.istack.internal.NotNull;
    31 
    31 
    32 /**
    32 /**
    33  * Maintains namespace<->prefix bindings.
    33  * Maintains {@code namespace <-> prefix} bindings.
    34  *
    34  *
    35  * <p>
    35  * <p>
    36  * This interface extends {@link NamespaceContext} and provides
    36  * This interface extends {@link NamespaceContext} and provides
    37  * an additional functionality, which is necessary to declare
    37  * an additional functionality, which is necessary to declare
    38  * namespaced attributes on elements. The added method is for
    38  * namespaced attributes on elements. The added method is for