newNode

Create a tag new node with the given properties.

  1. XmlNode newNode(XmlNodeType type, string tag, string[string] attributes, XmlNode[] children)
  2. XmlNode newNode(string tag, string[string] attributes, XmlNode[] children)
    newNode
    (
    string tag
    ,
    string[string] attributes = null
    ,
    XmlNode[] children = null
    )

Meta