com.esri.arcgis.geodatabase
Interface IXMLIndexEdit

All Superinterfaces:
IXMLIndex, Serializable
All Known Implementing Classes:
XMLIndex

public interface IXMLIndexEdit
extends IXMLIndex, Serializable

A XML Index defines the searchable tags of an XML document stored in an XML field.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setDescription(String rhs1)
          A textual description of the XML Index.
 void setExcludedTagsByRef(IXMLIndexTags rhs1)
          The collection of excluded tags.
 void setIncludedTagsByRef(IXMLIndexTags rhs1)
          The collection of included tags.
 void setXMLIndexType(int rhs1)
          The type of XML Index.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IXMLIndex
getDescription, getExcludedTags, getIncludedTags, getXMLIndexType
 

Method Detail

setXMLIndexType

void setXMLIndexType(int rhs1)
                     throws IOException,
                            AutomationException
The type of XML Index.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriXMLIndexType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIncludedTagsByRef

void setIncludedTagsByRef(IXMLIndexTags rhs1)
                          throws IOException,
                                 AutomationException
The collection of included tags.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExcludedTagsByRef

void setExcludedTagsByRef(IXMLIndexTags rhs1)
                          throws IOException,
                                 AutomationException
The collection of excluded tags.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(String rhs1)
                    throws IOException,
                           AutomationException
A textual description of the XML Index.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.