-
Bug
-
Resolution: Fixed
-
P4
-
6
-
1.4
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2157146 | 7 | Joe Wang | P4 | Closed | Fixed | m05 |
JDK-2182531 | 6u18 | Joe Wang | P4 | Resolved | Fixed | b02 |
It looks like none of XMLEvent implementations actually implements method
writeAsEncodedUnicode. Looks like a simple oversight; tested by StaxTest unit
test suite (which is included in Stax ref. impl.).
Although the method itself seems rather useless (instead of this one, there
really should be something to serialize an event using a XMLStreamWriter, not
raw Writer), it is nonetheless part of the public API, and should serialize
event contents for diagnostic output.
writeAsEncodedUnicode. Looks like a simple oversight; tested by StaxTest unit
test suite (which is included in Stax ref. impl.).
Although the method itself seems rather useless (instead of this one, there
really should be something to serialize an event using a XMLStreamWriter, not
raw Writer), it is nonetheless part of the public API, and should serialize
event contents for diagnostic output.
- backported by
-
JDK-2182531 sjsxp issue 41 : XMLEvent.writeAsEncodedUnicode(Writer) not implemented
-
- Resolved
-
-
JDK-2157146 sjsxp issue 41 : XMLEvent.writeAsEncodedUnicode(Writer) not implemented
-
- Closed
-