webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
Attr Interface Reference

import"Attr.idl";

Inherits Node.

Public Attributes

readonly attribute DOMString name
 
readonly attribute boolean specified
 
attribute DOMString value
 
readonly attribute Element ownerElement
 
readonly attribute DOMString namespaceURI
 
readonly attribute DOMString prefix
 
readonly attribute DOMString localName
 

Member Data Documentation

◆ localName

readonly attribute DOMString Attr::localName

◆ name

readonly attribute DOMString Attr::name

◆ namespaceURI

readonly attribute DOMString Attr::namespaceURI

◆ ownerElement

readonly attribute Element Attr::ownerElement

◆ prefix

readonly attribute DOMString Attr::prefix

◆ specified

readonly attribute boolean Attr::specified

◆ value

attribute DOMString Attr::value

The documentation for this interface was generated from the following file: