SE_xmlindexinfo_add_tag
Add index information about a tag to an SE_XMLINDEXINFO object.
Usage syntax
LONG SE_xmlindexinfo_add_tag
(SE_XMLINDEXINFO xml_index,
SE_XMLTAGINFO taginfo);
Parameters
|
xml_index |
The SE_XMLINDEXINFO object. |
|
taginfo |
The SE_XMLTAGINFO object containing tag information. |
Description
This function adds index information about a tag to the list of tag index information maintained in the SE_XMLINDEXINFO object. The information includes the tag's data type, alias, description, and exclusion flag.
If information about a tag with the same name already exists in the SE_XMLINDEXINFO object, it is replaced with the new tag index information.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_PARAM_VALUE
SE_OUT_OF_CLMEM
SE_INVALID_XMLINDEX_OBJECT
SE_INVALID_XMLTAG_OBJECT
SE_SDE_NOT_STARTED