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

javax.xml.parsers.DocumentBuilder.parse needs signature with Reader

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 1.4.2
    • xml
    • Fix Understood
    • sparc
    • solaris_9

      Name: gm110360 Date: 01/27/2004


      FULL PRODUCT VERSION :
      n/a all since java 1.3

      FULL OS VERSION :
      n/a applies to all o/s

      A DESCRIPTION OF THE PROBLEM :
      InputStream has been deprecated for a while in favor of Reader, but, the standard JAXP API as defined in javax.xml provides no way to parse with a Reader.

      When this bug was dismissed in the past, the evaluation is flawed.
      The recommended workaround involved the use of non-standard libraries and APIs. When one looks at the Javadoc for org.xml... packages, one is immediately confronted with a big disclaimer that Sun provides no warranty and you use it at your own risk.

      Since the javax.xml... APIs are Sun defined Java standards,
      they should provide a way to parse that does not violate
      Sun's own deprecations!!

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(
       new StringBufferInputStream( (String) xml ) );

      this results in deprecation warning. There is no way using standard
      Sun-supported api to get string into parse (especially using recommened
      Reader interface).

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Need a way to parse an xml string using std supported non-deprecated APIs.
      ACTUAL -
      deprecation warning

      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      InputStream deprecation warning

      REPRODUCIBILITY :
      This bug can be reproduced always.

      CUSTOMER SUBMITTED WORKAROUND :
      the previously recommended workaround uses non-supported libraries.
      (Incident Review ID: 201559)
      ======================================================================
      This didn't make the cut for JAXP 1.4.

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

              Created:
              Updated:
              Imported:
              Indexed: