-
Sub-task
-
Resolution: Delivered
-
P4
-
10
-
Verified
A number of `java.xml` APIs containing method declarations with raw types have been updated to add a type parameter. The updated methods are:
* `javax.xml.namespace.NamespaceContext`
>`Iterator<String> getPrefixes(String namespaceURI);`
* `javax.xml.xpath.XPathFunction`
>`public Object evaluate(List<?> args)`
* `org.xml.sax.helpers.NamespaceSupport`
>`public Enumeration<String> getPrefixes ()`
>`public Enumeration<String> getPrefixes (String uri)`
>`public Enumeration<String> getDeclaredPrefixes ()`
* `javax.xml.namespace.NamespaceContext`
>`Iterator<String> getPrefixes(String namespaceURI);`
* `javax.xml.xpath.XPathFunction`
>`public Object evaluate(List<?> args)`
* `org.xml.sax.helpers.NamespaceSupport`
>`public Enumeration<String> getPrefixes ()`
>`public Enumeration<String> getPrefixes (String uri)`
>`public Enumeration<String> getDeclaredPrefixes ()`