You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by mc...@informed.net on 2000/01/07 16:43:09 UTC

MutationEvent

The current CVS build of Xerces fails for 4 files:

NamedNodeImpl.java
DocumentImpl.java
NodeIteratorImpl.java
NodeImpl.java

A representative error is:

Compiling 4 source files to 
/usr/apache/src/xml/xml-xerces/java/build/classes
/usr/apache/src/xml/xml-xerces/java/build/src/org/apache/xerces/dom/NamedNodeMapImpl.java:538: 
Incompatible type for declaration. Explicit cast needed to convert 
org.apache.xerces.dom.events.MutationEventImpl to 
org.w3c.dom.events.MutationEvent.
                MutationEvent me=
                              ^

The apparent reason is confusion between the org.w3c.dom.events
and org.apache.xerces.dom.events.

Am I the only one seeing this?

Sean