Index: NodeImpl.java =================================================================== RCS file: /home/cvspublic/xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java,v retrieving revision 1.38 diff -w -u -r1.38 NodeImpl.java --- NodeImpl.java 2001/01/24 22:51:42 1.38 +++ NodeImpl.java 2001/03/29 16:54:44 @@ -1153,10 +1153,10 @@ NodeImpl owner=null; if(enclosingAttr!=null) { + owner=((NodeImpl)(enclosingAttr.getOwnerElement())); LCount lc=LCount.lookup(MutationEventImpl.DOM_ATTR_MODIFIED); if(lc.captures+lc.bubbles+lc.defaults>0) { - owner=((NodeImpl)(enclosingAttr.getOwnerElement())); if(owner!=null) { MutationEventImpl me= new MutationEventImpl();