Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-5101859

setNamespaceContext method of XPath class does not set NamespaceContext

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 5.0
    • 5.0
    • xml
    • x86
    • windows_2000

      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

            joehw Joe Wang
            gmanwanisunw Girish Manwani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: