XMLOutputFactory.newInstance(factoryId, classLoader) returns XMLInputFactory

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: 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);
        }
      ----------------------------------------------------------------------------

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: