Doctype
Extends:
Node → Doctype
Inherited Summary
| From class Node | ||
| public get |
|
|
| public set |
nodeValue(value: *): * |
|
| public get |
Returns the Document that this node belongs to. |
|
| public get |
|
|
| public |
addEventListener(eventType: string, listener: function, capturingPhase: boolean): * |
|
| public |
dispatchEvent(event: Event): boolean |
|
| public |
getAttribute(attributeName: string): string get attribute's value |
|
| public |
hasAttribute(attributeName: string): boolean checks if attribute exists for node |
|
| public |
removeAttribute(attributeName: string) remove attribute |
|
| public |
removeEventListener(eventType: string, listener: function, capturingPhase: boolean): boolean |
|
| public |
setAttribute(attributeName: string, attributeValue: string) set attribute's value |
|