QualifiedName Members
Represents an XML qualified name and its namespace prefix.
The following tables list the members exposed by the QualifiedName type.
Public Constructors
Name | Description | |
---|---|---|
QualifiedName | Overloaded. |
Top
Public Fields
Name | Description | |
---|---|---|
Empty | (Inherited from XmlQualifiedName ) |
Top
Public Properties
Name | Description | |
---|---|---|
IsEmpty | (Inherited from XmlQualifiedName ) | |
Name | (Inherited from XmlQualifiedName ) | |
Namespace | (Inherited from XmlQualifiedName ) | |
Prefix | Gets the namespace prefix associated with the QualifiedName. | |
Value | Gets the qualified name ( QName ). |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from XmlQualifiedName ) | |
FromString | Overloaded. | |
FromXmlAttribute | Parses the inner text of an XmlAttribute into a QualifiedName instance. | |
FromXmlElement | Parses the inner text of an XmlElement into a QualifiedName instance. | |
GetHashCode | (Inherited from XmlQualifiedName ) | |
GetInnerXml | Overloaded. Adds the child elements of the specified XML document to a supplied XML attribute or XML element. | |
GetType | (Inherited from Object ) | |
op_Equality | (Inherited from XmlQualifiedName ) | |
op_Inequality | (Inherited from XmlQualifiedName ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | Overloaded. (Inherited from XmlQualifiedName ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top