Share via


QualifiedName Class

Represents an XML qualified name and its namespace prefix.

Namespace: Microsoft.Web.Services3.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim qname As XmlQualifiedName
Dim qualifiedName1 As New QualifiedName(qname)

Syntax

'Declaration
Public Class QualifiedName
    Inherits XmlQualifiedName
public class QualifiedName : XmlQualifiedName
public ref class QualifiedName : XmlQualifiedName
public class QualifiedName extends XmlQualifiedName
public class QualifiedName extends XmlQualifiedName

Remarks

The QualifiedName class extends the functionality of the System.Xml.XmlQualifiedName class by providing a Prefix property that represents the namespace prefix and a few utility methods for working with XML qualified names. Use the staticFromString method to create an instance of the QualifiedName class from an XML qualified name in a string.

An XML qualified name is a namespace-qualified local name, in the format <namespacePrefix>:<localName>.

Inheritance Hierarchy

System.Object
   System.Xml.XmlQualifiedName
    Microsoft.Web.Services3.Xml.QualifiedName

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

QualifiedName Members
Microsoft.Web.Services3.Xml Namespace