bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/26410] New: javax.xml.parsers.DocumentBuilderFactory.java


From: bero at arklinux dot org
Subject: [Bug classpath/26410] New: javax.xml.parsers.DocumentBuilderFactory.java is missing {get, set}Feature
Date: 22 Feb 2006 01:33:39 -0000

JAXP wants (and its primary user Xalan actually uses) 2 additional abstract
method definitions in DocumentBuilderFactory.java:

public abstract void setFeature(String name,
                                boolean value)
                         throws ParserConfigurationException

public abstract boolean getFeature(String name)
                            throws ParserConfigurationException


-- 
           Summary: javax.xml.parsers.DocumentBuilderFactory.java is missing
                    {get,set}Feature
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26410





reply via email to

[Prev in Thread] Current Thread [Next in Thread]