-
public final class DOMEvent.AttributeRemovedEvent extends DOMEvent
Fired when
Element's attribute is removed.
-
-
Constructor Summary
Constructors Constructor Description AttributeRemovedEvent(Integer nodeId, String name)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final DOMEvent.AttributeRemovedEventcopy(Integer nodeId, String name)final IntegergetNodeId()Id of the node that has changed. final StringgetName()A ttribute name. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
copy
final DOMEvent.AttributeRemovedEvent copy(Integer nodeId, String name)
-
-
-
-