[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug xml/38912] New: XMLParser not interning element names
From: |
martin dot winter at siemens dot com |
Subject: |
[Bug xml/38912] New: XMLParser not interning element names |
Date: |
19 Jan 2009 14:13:47 -0000 |
The gnu.xml.stream.XMLParser class is not interning element names, even if
instructed to do so by setting the stringInterning flag in the constructor.
However the method XMLParser.getName makes no attempts to assure that the
strings returned in the QName are interned.
As a consequence, the gnu.xml.stream.SAXParser calls
contentHandler.startElement in line 443 with non-interned strings for
localName.
--
Summary: XMLParser not interning element names
Product: classpath
Version: 0.97.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: xml
AssignedTo: dog at gnu dot org
ReportedBy: martin dot winter at siemens dot com
GCC build triplet: N/A
GCC host triplet: N/A
GCC target triplet: N/A
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38912
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug xml/38912] New: XMLParser not interning element names,
martin dot winter at siemens dot com <=