com.esri.arcgis.geodatabase
Interface IXMLIndexUtil

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLIndexUtilProxy

public interface IXMLIndexUtil
extends java.io.Serializable

COM Interface 'IXMLIndexUtil'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'XML Index Utilities.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID15b08bc9_9c06_47a2_830f_d4fff1270131
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void loadTags(java.lang.String xml, IXMLIndexTags tags)
          Loads the collection of tags from an XML document.
 void synchronizeTextIndex(java.lang.String className, java.lang.String xmlFieldName)
          synchronizeTextIndex
 

Field Detail

IID15b08bc9_9c06_47a2_830f_d4fff1270131

static final int IID15b08bc9_9c06_47a2_830f_d4fff1270131
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

loadTags

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

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

synchronizeTextIndex

void synchronizeTextIndex(java.lang.String className,
                          java.lang.String xmlFieldName)
                          throws java.io.IOException,
                                 AutomationException
synchronizeTextIndex

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