Node.element

Creates a new element and attaches it to the receiver.

struct Node
element
(
string name
,
string value = null
)

Parameters

name string

the name of the element

value string

the value of the element

Return Value

Type: Node

the newly create element.

Meta