Initializes a new instance of the XmlElement class.
public XmlElement(string name);
Public Sub New(ByVal name As String)
public XmlElement(string name, string text);
Public Sub New(ByVal name As String, ByVal text As String)