newNode

Create a new node with the given properties.

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

Meta