XmlQualifiedName Class |
Namespace: System.Xml
[SerializableAttribute] public class XmlQualifiedName
The XmlQualifiedName type exposes the following members.
Name | Description | |
---|---|---|
XmlQualifiedName |
Initializes a new instance of the System.Xml.XmlQualifiedName class.
| |
XmlQualifiedName(String) |
Initializes a new instance of the System.Xml.XmlQualifiedName class with
the specified name.
| |
XmlQualifiedName(String, String) |
Initializes a new instance of the System.Xml.XmlQualifiedName class with
the specified name and namespace.
|
Name | Description | |
---|---|---|
Equals |
Determines whether the specified System.Xml.XmlQualifiedName object is equal
to the current System.Xml.XmlQualifiedName object.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Returns the hash code for the System.Xml.XmlQualifiedName.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the string value of the System.Xml.XmlQualifiedName.
(Overrides ObjectToString.) | |
ToString(String, String) |
Returns the string value of the System.Xml.XmlQualifiedName.
|
Name | Description | |
---|---|---|
Equality |
Compares two System.Xml.XmlQualifiedName objects.
| |
Inequality |
Compares two System.Xml.XmlQualifiedName objects.
|
Name | Description | |
---|---|---|
IsEmpty |
Gets a value indicating whether the System.Xml.XmlQualifiedName is empty.
| |
Name |
Gets a string representation of the qualified name of the System.Xml.XmlQualifiedName.
| |
Namespace |
Gets a string representation of the namespace of the System.Xml.XmlQualifiedName.
|