Methods' Details |
getName
- Description
- Returns the name of this attribute.
|
|
getOwnerElement
- Description
- The Element node this attribute is attached to or null if this
attribute is not in use.
|
|
getSpecified
- Description
- If this attribute was explicitly given a value in the original
document, this is true; otherwise, it is false.
|
|
getValue
- Description
- On retrieval, the value of the attribute is returned as a string.
|
|
setValue
- Description
- Sets the value of the attribute from a string.
Throws:
DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
|
|
Copyright © 2003 Sun Microsystems, Inc.