Node.add

Adds a new element to this element.

  1. Node add(T[] name, T[] value)
    struct Node
    add
    (
    T[] name
    ,
    T[] value = null
    )
  2. Node add(SimpleXML.Element element)
  3. Node add(Attribute attribute)

Parameters

name T[]

the name of the element

value T[]

the value of the element

Return Value

Type: Node

Meta