XmlQualifiedName Class
Silverlight
Represents an XML qualified name.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
The XmlQualifiedName type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | XmlQualifiedName() | Initializes a new instance of the XmlQualifiedName class. |
![]() ![]() ![]() | XmlQualifiedName(String) | Initializes a new instance of the XmlQualifiedName class with the specified name. |
![]() ![]() ![]() | XmlQualifiedName(String, String) | Initializes a new instance of the XmlQualifiedName class with the specified name and namespace. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Equals | Determines whether the specified XmlQualifiedName object is equal to the current XmlQualifiedName object. (Overrides Object::Equals(Object).) |
![]() ![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() ![]() | GetHashCode | Returns the hash code for the XmlQualifiedName. (Overrides Object::GetHashCode().) |
![]() ![]() ![]() | 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 XmlQualifiedName. (Overrides Object::ToString().) |
![]() ![]() ![]() ![]() | ToString(String, String) | Returns the string value of the XmlQualifiedName. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() ![]() | Equality | Compares two XmlQualifiedName objects. |
![]() ![]() ![]() ![]() | Inequality | Compares two XmlQualifiedName objects. |
An XML qualified name is a namespace qualified local name in the format of namespace:localname.
Because prefixes are only required when XML is persisted or read, they are irrelevant for XmlQualifiedName objects. This class assumes that prefixes are irrelevant. It is the responsibility of the user to ensure the local name does not contain a ":".
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show:

