#import <DOMElement.h>
Abgeleitet von DOMNode.
Basisklasse für DOMHTMLElement.
Öffentliche Methoden | |
| (id) | - tagName |
| (id) | - attributes |
| (id) | - getAttribute: |
| (void) | - setAttribute:fp8: |
| (void) | - removeAttribute: |
| (id) | - getAttributeNode: |
| (id) | - setAttributeNode: |
| (id) | - removeAttributeNode: |
| (id) | - getElementsByTagName: |
| (id) | - getAttributeNS:fp8: |
| (void) | - setAttributeNS:fp8:fp12: |
| (void) | - removeAttributeNS:fp8: |
| (id) | - getAttributeNodeNS:fp8: |
| (id) | - setAttributeNodeNS: |
| (id) | - getElementsByTagNameNS:fp8: |
| (BOOL) | - hasAttribute: |
| (BOOL) | - hasAttributeNS:fp8: |
| (void) | - focus |
| (void) | - blur |
Definiert in Zeile 9 der Datei DOMElement.h.
| - (id) tagName |
| - (id) attributes |
Implementiert DOMNode.
| - (id) getAttribute: | (id) | fp8 |
| - (void) setAttribute: | (id) | |||
| fp8: | (id) | fp12 | ||
| - (void) removeAttribute: | (id) | fp8 |
| - (id) getAttributeNode: | (id) | fp8 |
| - (id) setAttributeNode: | (id) | fp8 |
| - (id) removeAttributeNode: | (id) | fp8 |
| - (id) getElementsByTagName: | (id) | fp8 |
| - (id) getAttributeNS: | (id) | |||
| fp8: | (id) | fp12 | ||
| - (void) setAttributeNS: | (id) | |||
| fp8: | (id) | |||
| fp12: | (id) | fp16 | ||
| - (void) removeAttributeNS: | (id) | |||
| fp8: | (id) | fp12 | ||
| - (id) getAttributeNodeNS: | (id) | |||
| fp8: | (id) | fp12 | ||
| - (id) setAttributeNodeNS: | (id) | fp8 |
| - (id) getElementsByTagNameNS: | (id) | |||
| fp8: | (id) | fp12 | ||
| - (BOOL) hasAttribute: | (id) | fp8 |
| - (BOOL) hasAttributeNS: | (id) | |||
| fp8: | (id) | fp12 | ||
| - (void) focus |
Implementiert in DOMHTMLAnchorElement, DOMHTMLInputElement, DOMHTMLSelectElement und DOMHTMLTextAreaElement.
| - (void) blur |
Implementiert in DOMHTMLAnchorElement, DOMHTMLInputElement, DOMHTMLSelectElement und DOMHTMLTextAreaElement.