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

XMLOutputFactory.newInstance(factoryId, classLoader) returns XMLInputFactory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • xml
    • generic
    • generic

      XMLOutputFactory.newInstance(java.lang.String factoryId, java.lang.ClassLoader classLoader) returns XMLInputFactory

      ------------------------ XMLOutputFactory src has ----------------------------------
        public static XMLInputFactory newInstance(String factoryId,
                                                  ClassLoader classLoader)
          throws FactoryConfigurationError
        {
          return (XMLInputFactory) FactoryFinder.find(
            factoryId,
            "com.sun.xml.stream.ZephyrWriterFactory",
            classLoader);
        }
      ----------------------------------------------------------------------------

            duke J. Duke
            saksunw Sreejith Ak (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: