<PackageReference Include="System.Xml.ReaderWriter" Version="4.0.11-beta-23409" />

XmlQualifiedName

public class XmlQualifiedName
Represents an XML qualified name.
public static readonly XmlQualifiedName Empty

Provides an empty XmlQualifiedName.

public bool IsEmpty { get; }

Gets a value indicating whether the XmlQualifiedName is empty.

public string Name { get; }

Gets a string representation of the qualified name of the XmlQualifiedName.

public string Namespace { get; }

Gets a string representation of the namespace of the XmlQualifiedName.

Initializes a new instance of the XmlQualifiedName class.

public XmlQualifiedName(string name)

Initializes a new instance of the XmlQualifiedName class with the specified name.

public XmlQualifiedName(string name, string ns)

Initializes a new instance of the XmlQualifiedName class with the specified name and namespace.

Compares two XmlQualifiedName objects.

Compares two XmlQualifiedName objects.

public static string ToString(string name, string ns)

Returns the string value of the XmlQualifiedName.