bug-classpath
[Top][All Lists]
Advanced

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

[Bug xml/35726] New: SAXParser.getParser() always returns null.


From: freebeans at xqb dot biglobe dot ne dot jp
Subject: [Bug xml/35726] New: SAXParser.getParser() always returns null.
Date: 27 Mar 2008 23:40:48 -0000

SAXParser.getParser() always returns null.
Parser interface is deprecated, but some (old) programs use this interface.

I think following code solve this problem.
---
  public Parser getParser()
    throws SAXException
  {
//    return null;
    return new XMLReaderAdapter(this);
  }
---


-- 
           Summary: SAXParser.getParser() always returns null.
           Product: classpath
           Version: 0.97
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: xml
        AssignedTo: dog at gnu dot org
        ReportedBy: freebeans at xqb dot biglobe dot ne dot jp


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





reply via email to

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