Name: gm110360 Date: 09/14/2004
A DESCRIPTION OF THE PROBLEM :
The setNamespaceContext(NamespaceContext nsContext) method of the XPath class does not set the NamespaceContext.
XPathFactory factory=XPathFactory.newInstance();
XPath xPath=factory.newXPath();
class NamespaceContextImpl implements NamespaceContext{
//NamespaceContext interface has only the getter methods, does not
//have the setter methods to set namespace uri and prefix.
}
>>xPath.setNamespaceContext(new NamespaceContextImpl());
The NamespaceContext interface does not have setNamespaceURI and setPrefix methods to set the namespace uri and prefix of the NamespaceContext. The NamespaceContext interface only has the getter methods for NamespaceURI and prefix.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/xpath/XPath.html#setNamespaceContext(javax.xml.namespace.NamespaceContext)
(Incident Review ID: 302216)
======================================================================
###@###.### 11/2/04 01:49 GMT
A DESCRIPTION OF THE PROBLEM :
The setNamespaceContext(NamespaceContext nsContext) method of the XPath class does not set the NamespaceContext.
XPathFactory factory=XPathFactory.newInstance();
XPath xPath=factory.newXPath();
class NamespaceContextImpl implements NamespaceContext{
//NamespaceContext interface has only the getter methods, does not
//have the setter methods to set namespace uri and prefix.
}
>>xPath.setNamespaceContext(new NamespaceContextImpl());
The NamespaceContext interface does not have setNamespaceURI and setPrefix methods to set the namespace uri and prefix of the NamespaceContext. The NamespaceContext interface only has the getter methods for NamespaceURI and prefix.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/xpath/XPath.html#setNamespaceContext(javax.xml.namespace.NamespaceContext)
(Incident Review ID: 302216)
======================================================================
###@###.### 11/2/04 01:49 GMT