Difference between revisions of "lure.dom.attribute"

(Created page with "Documentation does not yet exist")
 
Line 1: Line 1:
Documentation does not yet exist
+
== Attribute Object ==
 +
 
 +
Desc
 +
 
 +
== Attribute Properties ==
 +
 
 +
Properties present in this table are properties currently planned for implementation. Not all W3C DOM Properties will be implemented.
 +
 
 +
{|
 +
! align="left" | Property
 +
! align="left" style="padding-left:10px;" | Description
 +
! align="left" style="padding-left:10px;" | Implemented
 +
|-
 +
| value
 +
|style="padding-left:10px;"|Sets or returns the value of the attribute
 +
|style="padding-left:10px;"|No
 +
|-
 +
| name
 +
|style="padding-left:10px;"|Returns the name of the attribute
 +
|style="padding-left:10px;"|No
 +
|-
 +
| ownerElement
 +
|style="padding-left:10px;"|Returns the element node the attribute is attached to
 +
|style="padding-left:10px;"|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 [[lure.dom.node|DOM Node]]
 +
 
 +
{|
 +
! align="left" | Property
 +
|-
 +
| nodeName
 +
|-
 +
| nodeType
 +
|-
 +
| nodeValue
 +
|-
 +
| textContent
 +
|-
 +
| text
 +
|-
 +
| xml
 +
|}
 +
 
 +
== Attribute Inherited Methods ==
 +
 
 +
This Object does not inherit Methods from any base Object

Revision as of 11:17, 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 No
name Returns the name of the attribute No
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