// "This event is dispatched after all other events caused by the
// mutation have been fired."
LCount lc=LCount.lookup(MutationEventImpl.DOM_SUBTREE_MODIFIED);
if(lc.captures+lc.bubbles+lc.defaults>0) {
MutationEvent me= new MutationEventImpl();
me.initMutationEvent(MutationEventImpl.DOM_SUBTREE_MODIFIED,
true,false,null,null,null,null,(short)0);
// If we're within an Attr, DStM gets sent to the Attr
// and to its owningElement. Otherwise we dispatch it
// locally.