nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
Attr Interface Reference

import <dom.idl;

Public Attributes

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

Detailed Description

Definition at line 328 of file dom.idl.

Member Data Documentation

◆ localName

readonly attribute DOMString Attr::localName

Definition at line 331 of file dom.idl.

◆ name

readonly attribute DOMString Attr::name

Definition at line 332 of file dom.idl.

◆ namespaceURI

readonly attribute DOMString Attr::namespaceURI

Definition at line 329 of file dom.idl.

◆ nodeValue

attribute DOMString Attr::nodeValue

Definition at line 334 of file dom.idl.

◆ ownerElement

readonly attribute Element Attr::ownerElement

Definition at line 337 of file dom.idl.

◆ prefix

readonly attribute DOMString Attr::prefix

Definition at line 330 of file dom.idl.

◆ specified

readonly attribute boolean Attr::specified

Definition at line 339 of file dom.idl.

◆ textContent

attribute DOMString Attr::textContent

Definition at line 335 of file dom.idl.

◆ value

attribute DOMString Attr::value

Definition at line 333 of file dom.idl.


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