RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IQualifiedName Interface

IQualifiedName is the interface for obtaining an information about a name in an XML document.

Pascal
IQualifiedName = interface;
C++
__interface IQualifiedName;

WSDLItems

IQualifiedName introduces two properties, Name and Namespace, which represent the local name and namespace URI for a name that is used in an XML document. Using IQualifiedName makes it easier to work with names where it is important to know the namespace in which the name is defined.

Note: C++ method declarations that use IQualifiedName use the _di_IQualifiedName type instead. This type is a DelphiInterface wrapper around the IQualifiedName interface:

typedef System::DelphiInterfaceDelphiInterface_object< IQualifiedName >  _di_IQualifiedName;

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!