java.lang.Object
io.webfolder.cdp.event.dom.AttributeRemoved
public class AttributeRemoved
extends java.lang.Object
Fired when Element
's attribute is removed
-
-
Method Summary
Modifier and Type |
Method |
Description |
java.lang.String |
getName() |
A ttribute name.
|
java.lang.Integer |
getNodeId() |
Id of the node that has changed.
|
void |
setName(java.lang.String name) |
A ttribute name.
|
void |
setNodeId(java.lang.Integer nodeId) |
Id of the node that has changed.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public AttributeRemoved()
-
Method Details
-
public java.lang.Integer getNodeId()
Id of the node that has changed.
-
public void setNodeId(java.lang.Integer nodeId)
Id of the node that has changed.
-
public java.lang.String getName()
A ttribute name.
-
public void setName(java.lang.String name)
A ttribute name.