com.esri.arcgis.geodatabase
Interface IXMLIndexUtil

All Superinterfaces:
Serializable
All Known Implementing Classes:
IXMLIndexUtilProxy

public interface IXMLIndexUtil
extends Serializable

XML Index Utilities.

Product Availability

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


Method Summary
 void loadTags(String xml, IXMLIndexTags tags)
          Loads the collection of tags from an XML document.
 void synchronizeTextIndex(String className, String xmlFieldName)
          synchronizeTextIndex
 

Method Detail

loadTags

void loadTags(String xml,
              IXMLIndexTags tags)
              throws IOException,
                     AutomationException
Loads the collection of tags from an XML document.

Product Availability

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

Parameters:
xml - The xml (in)
tags - 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.

synchronizeTextIndex

void synchronizeTextIndex(String className,
                          String xmlFieldName)
                          throws IOException,
                                 AutomationException
synchronizeTextIndex

Product Availability

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

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