After looking at the source code, I was able to get this working by adding
my listener using the type defined in MutationEventImpl.
eventTarget.addEventListener(MutationEventImpl.DOM_SUBTREE_MODIFIED,
eventListener, false);
All of this does have me using DocumentImpl and MutationEventImpl though. I
would prefer to stick with JAXP and DOM if at all possible. Is there any way
to do this yet? Is there going to be a way to do this in the future? Is that
already supported by Xerces 2.x?
David Blankenship
KLA-Tencor Control Solutions
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]