SE_xmltaginfo_set_alias

Sets the XML tag's numeric alias.

Usage syntax

LONG SE_xmltaginfo_set_alias
(SE_XMLTAGINFO tag,
LONG alias);

Parameters

tag

The XML tag information object.

datatype

The tag's data type.

Description

This function sets the numeric alias contained in the SE_XMLTAGINFO tag information object. When the alias value is zero, the tag is considered not to have an alias.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED