Searched refs:stopPropagation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/events/
H A DEventImpl.java29 * clears the stopPropagation and preventDefault flags before it starts);
43 public boolean stopPropagation=false, preventDefault=false; field in class:EventImpl
122 public void stopPropagation() method in class:EventImpl
124 stopPropagation=true;
/openjdk7/jaxp/src/org/w3c/dom/events/
H A DEvent.java120 * The <code>stopPropagation</code> method is used prevent further
127 public void stopPropagation(); method in interface:Event
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java615 * this code. Note that the event's stopPropagation flag is
682 evt.stopPropagation = false;
709 if (evt.stopPropagation)
745 if (!evt.stopPropagation && nodeListeners != null) {
771 if (evt.stopPropagation)

Completed in 25 milliseconds