Soap.WSDLItems.IQualifiedName
Delphi
IQualifiedName = interface
C++
__interface INTERFACE_UUID("{0173ABA2-34AB-4CB1-ADF0-AA99C98FCFBD}") IQualifiedName : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | Soap.WSDLItems.pas Soap.WSDLItems.hpp |
Soap.WSDLItems | Soap.WSDLItems |
Description
IQualifiedName is the interface for obtaining information about a name in an XML document.
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::DelphiInterface< IQualifiedName > _di_IQualifiedName;