Constructor Summary
Public Constructor | ||
public |
constructor(textContent: string) |
Member Summary
Public Members | ||
public get |
nodeValue: * |
|
public set |
nodeValue: * |
|
public get |
textContent: string: * |
|
public set |
textContent(textContent: string): * |
|
public |
value: * |
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 |
Public Constructors
public constructor(textContent: string) source
Override:
Node#constructorParams:
Name | Type | Attribute | Description |
textContent | string |