src/java.xml/share/classes/javax/xml/namespace/NamespaceContext.java
changeset 47359 e1a6c0168741
parent 47216 71c04702a3d5
child 48412 d4412e380f6b
equal deleted inserted replaced
47358:d07d5f7cab35 47359:e1a6c0168741
   268      *   Namespace URI in the current scope
   268      *   Namespace URI in the current scope
   269      *
   269      *
   270      * @throws IllegalArgumentException When {@code namespaceURI} is
   270      * @throws IllegalArgumentException When {@code namespaceURI} is
   271      *   {@code null}
   271      *   {@code null}
   272      */
   272      */
   273     Iterator getPrefixes(String namespaceURI);
   273     Iterator<String> getPrefixes(String namespaceURI);
   274 }
   274 }