Soap.WSDLItems.IQualifiedName

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also