SE_xmltaginfo_set_name

Sets the XML tag's name.

Usage syntax

LONG SE_xmltaginfo_set_name
(SE_XMLTAGINFO tag,
const CHAR *name);

Parameters

tag

The XML tag information object.

name

The tag's name.

Description

This function sets the name (the location path) for the tag contained in the XML tag information object.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED