--- old/src/java.xml/share/classes/javax/xml/namespace/NamespaceContext.java 2017-07-07 10:39:49.505536963 -0700 +++ new/src/java.xml/share/classes/javax/xml/namespace/NamespaceContext.java 2017-07-07 10:39:49.429533620 -0700 @@ -92,13 +92,13 @@ * Return value for specified prefixes * * - * prefix parameter - * Namespace URI return value + * prefix parameter + * Namespace URI return value * * * * - * {@code DEFAULT_NS_PREFIX} ("") + * {@code DEFAULT_NS_PREFIX} ("") * default Namespace URI in the current scope or * {@link * javax.xml.XMLConstants#NULL_NS_URI XMLConstants.NULL_NS_URI("")} @@ -106,11 +106,11 @@ * when there is no default Namespace URI in the current scope * * - * bound prefix + * bound prefix * Namespace URI bound to prefix in current scope * * - * unbound prefix + * unbound prefix * * {@link * javax.xml.XMLConstants#NULL_NS_URI XMLConstants.NULL_NS_URI("")} @@ -118,17 +118,17 @@ * * * - * {@code XMLConstants.XML_NS_PREFIX} ("xml") + * {@code XMLConstants.XML_NS_PREFIX} ("xml") * {@code XMLConstants.XML_NS_URI} * ("http://www.w3.org/XML/1998/namespace") * * - * {@code XMLConstants.XMLNS_ATTRIBUTE} ("xmlns") + * {@code XMLConstants.XMLNS_ATTRIBUTE} ("xmlns") * {@code XMLConstants.XMLNS_ATTRIBUTE_NS_URI} * ("http://www.w3.org/2000/xmlns/") * * - * {@code null} + * {@code null} * {@code IllegalArgumentException} is thrown * * @@ -157,39 +157,39 @@ * Return value for specified Namespace URIs * * - * Namespace URI parameter - * prefix value returned + * Namespace URI parameter + * prefix value returned * * * * - * {@code } + * {@code } * {@code XMLConstants.DEFAULT_NS_PREFIX} ("") * * * - * bound Namespace URI + * bound Namespace URI * prefix bound to Namespace URI in the current scope, * if multiple prefixes are bound to the Namespace URI in * the current scope, a single arbitrary prefix, whose * choice is implementation dependent, is returned * * - * unbound Namespace URI + * unbound Namespace URI * {@code null} * * - * {@code XMLConstants.XML_NS_URI} - * ("http://www.w3.org/XML/1998/namespace") + * {@code XMLConstants.XML_NS_URI} + * ("http://www.w3.org/XML/1998/namespace") * {@code XMLConstants.XML_NS_PREFIX} ("xml") * * - * {@code XMLConstants.XMLNS_ATTRIBUTE_NS_URI} - * ("http://www.w3.org/2000/xmlns/") + * {@code XMLConstants.XMLNS_ATTRIBUTE_NS_URI} + * ("http://www.w3.org/2000/xmlns/") * {@code XMLConstants.XMLNS_ATTRIBUTE} ("xmlns") * * - * {@code null} + * {@code null} * {@code IllegalArgumentException} is thrown * * @@ -224,14 +224,14 @@ * Return value for specified Namespace URIs * * - * Namespace URI parameter - * prefixes value returned + * Namespace URI parameter + * prefixes value returned * * * * - * bound Namespace URI, - * including the {@code } + * bound Namespace URI, + * including the {@code } * * {@code Iterator} over prefixes bound to Namespace URI in * the current scope in an arbitrary, @@ -240,23 +240,23 @@ * * * - * unbound Namespace URI + * unbound Namespace URI * empty {@code Iterator} * * - * {@code XMLConstants.XML_NS_URI} - * ("http://www.w3.org/XML/1998/namespace") + * {@code XMLConstants.XML_NS_URI} + * ("http://www.w3.org/XML/1998/namespace") * {@code Iterator} with one element set to * {@code XMLConstants.XML_NS_PREFIX} ("xml") * * - * {@code XMLConstants.XMLNS_ATTRIBUTE_NS_URI} - * ("http://www.w3.org/2000/xmlns/") + * {@code XMLConstants.XMLNS_ATTRIBUTE_NS_URI} + * ("http://www.w3.org/2000/xmlns/") * {@code Iterator} with one element set to * {@code XMLConstants.XMLNS_ATTRIBUTE} ("xmlns") * * - * {@code null} + * {@code null} * {@code IllegalArgumentException} is thrown * *