The nsIDOMElement interface represents an element in an HTML or XML document.
More...
import "nsIDOMElement.idl";
List of all members.
Detailed Description
The nsIDOMElement interface represents an element in an HTML or XML document.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/
- Status:
- FROZEN
Member Function Documentation
DOMString nsIDOMElement::getAttribute |
( |
in DOMString |
name |
) |
|
nsIDOMAttr nsIDOMElement::getAttributeNode |
( |
in DOMString |
name |
) |
|
nsIDOMAttr nsIDOMElement::getAttributeNodeNS |
( |
in DOMString |
namespaceURI, |
|
|
in DOMString |
localName | |
|
) |
| | |
DOMString nsIDOMElement::getAttributeNS |
( |
in DOMString |
namespaceURI, |
|
|
in DOMString |
localName | |
|
) |
| | |
nsIDOMNodeList nsIDOMElement::getElementsByTagName |
( |
in DOMString |
name |
) |
|
nsIDOMNodeList nsIDOMElement::getElementsByTagNameNS |
( |
in DOMString |
namespaceURI, |
|
|
in DOMString |
localName | |
|
) |
| | |
boolean nsIDOMElement::hasAttribute |
( |
in DOMString |
name |
) |
|
boolean nsIDOMElement::hasAttributeNS |
( |
in DOMString |
namespaceURI, |
|
|
in DOMString |
localName | |
|
) |
| | |
void nsIDOMElement::removeAttribute |
( |
in DOMString |
name |
) |
raises (DOMException) |
void nsIDOMElement::removeAttributeNS |
( |
in DOMString |
namespaceURI, |
|
|
in DOMString |
localName | |
|
) |
| | raises (DOMException) |
void nsIDOMElement::setAttribute |
( |
in DOMString |
name, |
|
|
in DOMString |
value | |
|
) |
| | raises (DOMException) |
void nsIDOMElement::setAttributeNS |
( |
in DOMString |
namespaceURI, |
|
|
in DOMString |
qualifiedName, |
|
|
in DOMString |
value | |
|
) |
| | raises (DOMException) |
Member Data Documentation
The documentation for this interface was generated from the following file: