Soap.WSDLItems.TWSDLItems.GetImports

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetImports(ImportNames: TDOMStrings);

C++

void __fastcall GetImports(Soap::Wsdlintf::TDOMStrings* ImportNames);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

Fills a WideString list with the namespaces of all documents imported by this one.

Call GetImports to retrieve the namespaces for of all documents that are imported into this one using an <import> tag. The location of these imported documents can be retrieved from the namespace using the GetLocationForImport method.

ImportNames is an existing TWideStrings object to which the namespaces for any imports are added.

Note: GetImports does not clear the WideString list before adding the namespaces for all imported documents.

See Also