Construct an XName with the given namespace name and local name.
Construct an XName with the given local name in the default namespace. This is equivalent to
new XName (null, "somename")
public XName(string);
Construct an XName with the given namespace name and local name.
public XName(string,string);
XName Class | Marklogic.Xcc.Types Namespace