Software AG wrote: > > I have looked at the 1.4.4 code, where CharacterDataImpl calls > CoreDocumentImpl.modifyingCharacterData(), > CoreDocumentImpl.modifiedCharacterData() and > CoreDocumentImpl.replacedText(). But all of these methods are empty. > To make sure I'm in the latest code this time, I also looked at the 2.0.0b4 > code, which looks exactly the same (for these three methods)! > > In the docs it is stated that DOM events are fully implemented, so I think I > should raise a bug report.
You're not looking at the right class. These methods are overloaded in the subclass DocumentImpl. This is not to say there is no bug, unfortunately. :-) If you can investigate and try to figure where the pb you're seeing comes from that'd be very helpful. Thanks. -- Arnaud Le Hors - IBM, XML Standards Strategy Group / W3C AC Rep. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
