lure.dom.attribute
Contents
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