Skip to main content

IS3XMLNode

Interface in AWS.S3

Interface for S3 XML nodes.

Methods

CreateNode

function CreateNode(const AParentNode: IXMLNode): IXMLNode;

Creates an XML child node.

Parameters

NameDescription
AParentNodeSpecify the parent node.

Returns

An XML node representation.