internal tag added to dom.events package.



Ankit Pasricha
XML Parser Development
IBM Toronto Lab
8200 Warden Avenue, Ontario L6G 1C7
Phone: (905) 413 4941
Index: EventImpl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/dom/events/EventImpl.java,v
retrieving revision 1.9
diff -u -r1.9 EventImpl.java
--- EventImpl.java      24 Feb 2004 23:23:20 -0000      1.9
+++ EventImpl.java      5 Oct 2004 21:38:32 -0000
@@ -18,14 +18,15 @@
 import org.w3c.dom.events.Event;
 import org.w3c.dom.events.EventTarget;
 
-/** EventImpl is an implementation of the basic "generic" DOM Level 2 Event
-    object. It may be subclassed by more specialized event sets.
-    Note that in our implementation, events are re-dispatchable (dispatch
-    clears the stopPropagation and preventDefault flags before it starts);
-    I believe that is the DOM's intent but I don't see an explicit statement
-    to this effect.
-*/
-/**
+/**  EventImpl is an implementation of the basic "generic" DOM Level 2 Event
+ *   object. It may be subclassed by more specialized event sets.
+ *   Note that in our implementation, events are re-dispatchable (dispatch
+ *   clears the stopPropagation and preventDefault flags before it starts);
+ *   I believe that is the DOM's intent but I don't see an explicit statement
+ *   to this effect.
+ *   
+ * @xerces.internal 
+ *
  * @version $Id: EventImpl.java,v 1.9 2004/02/24 23:23:20 mrglavas Exp $
  */
 public class EventImpl implements Event
Index: MutationEventImpl.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/dom/events/MutationEventImpl.java,v
retrieving revision 1.8
diff -u -r1.8 MutationEventImpl.java
--- MutationEventImpl.java      24 Feb 2004 23:23:20 -0000      1.8
+++ MutationEventImpl.java      5 Oct 2004 21:38:32 -0000
@@ -20,6 +20,8 @@
 import org.w3c.dom.events.MutationEvent;
 
 /**
+ * @xerces.internal 
+ * 
  * @version $Id: MutationEventImpl.java,v 1.8 2004/02/24 23:23:20 mrglavas Exp $
  */
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to