SE_xmltaginfo_get_name

Returns the XML tag's name.

Usage syntax

LONG SE_xmltaginfo_get_name
(SE_XMLTAGINFO tag,
CHAR *name);

Parameters

tag

The XML tag information object.

name

Pointer to the CHAR buffer to receive the tag's name.

Description

This function returns the name contained in the XML tag information object. If a name has not been set in the object, the function returns the default empty string. The caller must allocate a CHAR buffer at least SE_MAX_TAG_NAME_LEN in length to receive the tag's name.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_XMLTAG_OBJECT

SE_SDE_NOT_STARTED