Difference between revisions of "lure.dom.attribute"

(Attribute Properties)
 
Line 14: Line 14:
 
| value
 
| value
 
|style="padding-left:10px;"|Sets or returns the value of the attribute
 
|style="padding-left:10px;"|Sets or returns the value of the attribute
|style="padding-left:10px;"|No
+
|style="padding-left:10px;"|Yes
 
|-
 
|-
 
| name
 
| name
 
|style="padding-left:10px;"|Returns the name of the attribute
 
|style="padding-left:10px;"|Returns the name of the attribute
|style="padding-left:10px;"|No
+
|style="padding-left:10px;"|Yes
 
|-
 
|-
 
| ownerElement
 
| ownerElement

Latest revision as of 11:28, 5 November 2011

Attribute Object

Desc

Attribute Properties

Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.

Property Description Implemented
value Sets or returns the value of the attribute Yes
name Returns the name of the attribute Yes
ownerElement Returns the element node the attribute is attached to No

Attribute Methods

Methods present in this table are methods currently planned for implementation. Not all W3C DOM methods will be implemented.

This Object does not declare additional Methods

Attribute Inherited Properties

This Object inherits the following properties from DOM Node

Property
nodeName
nodeType
nodeValue
textContent
text
xml

Attribute Inherited Methods

This Object does not inherit Methods from any base Object