Class AttributeRemoved

java.lang.Object
io.webfolder.cdp.event.dom.AttributeRemoved

public class AttributeRemoved extends Object
Fired when Element's attribute is removed.
  • Constructor Details

    • AttributeRemoved

      public AttributeRemoved()
  • Method Details

    • getNodeId

      public Integer getNodeId()
      Id of the node that has changed.
    • setNodeId

      public void setNodeId(Integer nodeId)
      Id of the node that has changed.
    • getName

      public String getName()
      A ttribute name.
    • setName

      public void setName(String name)
      A ttribute name.
    • toString

      public String toString()
      Overrides:
      toString in class Object