|
SeXmlIndex |
|
SE_xmlindex_free_info_list |
NA |
Releases memory allocated to a list of SE_XMLINDEXINFO objects |
SE_xmlindex_get_info |
getInfo |
Retrives information about an XML index by name. |
SE_xmlindex_get_info_list |
getInfoList |
Returns a list of all XML index templates. |
SE_xmlindex_update_text_index |
updateTextIndex |
Updates the full text index. |
SE_xmlindexinfo_add_tag |
addTag |
Adds a tag to this XML index. |
SE_xmlindexinfo_create |
SeXmlIndex |
Creates SeXmlIndex object |
SE_xmlindexinfo_delete_tags |
deleteTags |
Removes all tags from an XML index. |
SE_xmlindexinfo_free |
NA |
Releases memory allocated for an SE_XMLINDEXINFO object. |
SE_xmlindexinfo_generate_from_doc |
generateFromDoc |
Generates a best-guess XML index definition or template from a sample document. |
SE_xmlindexinfo_get_description |
getDescription |
Return XML index's description. |
SE_xmlindexinfo_get_name |
getName |
Return XML index's name. |
SE_xmlindexinfo_get_tags |
getTags |
Return XML index's tag/data type list. |
SE_xmlindexinfo_get_type |
getType |
Return XML index's type. |
SE_xmlindexinfo_set_description |
setDescription |
Sets the XML index's description. |
SE_xmlindexinfo_set_name |
setName |
Sets the XML index's name |
SE_xmlindexinfo_set_type |
setType |
Sets the XML index type. |
SE_xmlindex_alter_template |
alterTemplate |
Alters an XML index template, based on the contents of this SeXmlIndex object. |
SE_xmlindex_create_template |
createTemplate |
Creates an XML index template based on the contents of this SeXmlIndex object. |
SE_xmlindex_delete_template |
deleteTemplate |
Deletes an XML index template. |
|
SeXmlTag |
|
SE_xmltaginfo_create |
NA |
Creates an XML tag information object. |
SE_xmltaginfo_free |
NA |
Releases memory allocated for an SE_XMLTAGINFO object. |
SE_xmltaginfo_free_array |
NA |
Releases memory allocated for an SE_XMLTAGINFO object. |
SE_xmltaginfo_get_alias |
SeXmlTag.getAlias |
Returns the numeric alias contained in this XML tag object. |
SE_xmldoc_get_text |
SeXmlTag.getDataType |
Returns the data type contained in the XML tag object. |
SE_xmldoc_set_text |
SeXmlTag.getDescription
|
Returns XML tag's description.
|
SE_xmltaginfo_get_name |
SeXmlTag.getName |
Returns XML tag's name. |
SE_xmltaginfo_is_excluded |
SeXmlTag.isExcluded |
Returns the XML tag's exclusion flag. |
SE_xmltaginfo_set_alias |
SeXmlTag.setAlias |
Sets the XML tag's numeric alias. |
SE_xmltaginfo_set_data_type |
SeXmlTag.setDataType |
Sets the XML tag's data type. |
SE_xmltaginfo_set_description |
SeXmlTag.setDescription |
Sets the XML tag's description |
SE_xmltaginfo_set_exclusion
|
SeXmlTag.setExclusion |
Sets the XML tag's exclusion |
SE_xmltaginfo_set_name |
SeXmlTag.setName |
Sets the XML tag's name |