Interface Attr

All Superinterfaces:
org.teavm.jso.JSObject, Node

public interface Attr extends Node
  • Method Details

    • getName

      String getName()
    • isSpecified

      boolean isSpecified()
    • getValue

      String getValue()
    • setValue

      void setValue(String value)
    • getOwnerElement

      Element getOwnerElement()