Share via


QualifiedName Class

Represents an XML qualified name and its namespace prefix.

Namespace: Microsoft.Web.Services2.Xml
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.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 : public 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.Services2.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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Xml Namespace

Other Resources

QualifiedName Members