/// <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); }