-
public final class DOMEvent.AttributeModifiedEvent extends DOMEvent
Fired when
Element's attribute is modified.
-
-
Constructor Summary
Constructors Constructor Description AttributeModifiedEvent(Integer nodeId, String name, String value)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Stringcomponent3()final DOMEvent.AttributeModifiedEventcopy(Integer nodeId, String name, String value)final IntegergetNodeId()Id of the node that has changed. final StringgetName()Attribute name. final StringgetValue()Attribute value. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final DOMEvent.AttributeModifiedEvent copy(Integer nodeId, String name, String value)
-
-
-
-