RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSchemaNode Method

Returns the interface for the schema node that defines a type.

Pascal
function GetSchemaNode(const SchemaTns: DOMString): IXMLNode;
C++
__fastcall IXMLNode GetSchemaNode(const DOMString SchemaTns);

Call GetSchemaNode to obtain information about a schema definition for a type that is defined in the WSDL document. 

SchemaTns is the target namespace of the schema definition for a type. 

GetSchemaNode returns the corresponding node. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!