jaxp/src/org/w3c/dom/events/MutationEvent.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    45 
    45 
    46 /**
    46 /**
    47  * The <code>MutationEvent</code> interface provides specific contextual
    47  * The <code>MutationEvent</code> interface provides specific contextual
    48  * information associated with Mutation events.
    48  * information associated with Mutation events.
    49  * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
    49  * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
    50  * @since DOM Level 2
    50  * @since 1.5, DOM Level 2
    51  */
    51  */
    52 public interface MutationEvent extends Event {
    52 public interface MutationEvent extends Event {
    53     // attrChangeType
    53     // attrChangeType
    54     /**
    54     /**
    55      * The <code>Attr</code> was modified in place.
    55      * The <code>Attr</code> was modified in place.