Searched refs:BUBBLING_PHASE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/events/
H A DEvent.java70 public static final short BUBBLING_PHASE = 3; field in interface:Event
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java629 * <li>BUBBLING_PHASE: Ancestors are scanned, target to root, for
762 // BUBBLING_PHASE: Ancestors are scanned, target to root, for
768 evt.eventPhase = Event.BUBBLING_PHASE;

Completed in 32 milliseconds