Ejemplo n.º 1
0
 /// <summary>
 /// Create a basic <see cref="XmlElement"/> with the specified URI
 /// </summary>
 public XmlRacine(string localName, string namespaceURI) : base("", localName, namespaceURI, new XmlDocument())
 {
     OwnerDocument.AppendChild(this);
 }