Home Reference Source Test Repository
public class | source

Document

Extends:

Node → Document

Test:

Constructor Summary

Public Constructor
public

constructor(options: {})

Member Summary

Public Members
public get
public

[name]: *

public get
public get
public get

Method Summary

Public Methods
public

[Builder.build](options: *): string

public

createElement(name: *): *

Inherited Summary

From class Node
public static get

info: *

public static get
public static get

tagInfo: *

public get

[info]: {}

public get
public get
public get
public get
public
public

[inspect.custom](depth: *, options: *): *

public
public

appendChild(node: *)

public

cloneNode(): *

public

removeChild(node: *): *

Public Constructors

public constructor(options: {}) source

Override:

Node#constructor

Params:

NameTypeAttributeDescription
options {}
  • optional
  • default: {}

Public Members

public get [Node.info]: * source

public [name]: * source

public get documentElement: * source

public get tagName: string source

Override:

Node#tagName

public get textContent: * source

Override:

Node#textContent

Test:

Public Methods

public [Builder.build](options: *): string source

Override:

Node#[Builder.build]

Params:

NameTypeAttributeDescription
options *

Return:

string

public createElement(name: *): * source

Params:

NameTypeAttributeDescription
name *

Return:

*