public interface IXMLIndexUtil
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID15b08bc9_9c06_47a2_830f_d4fff1270131 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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
|
static final int IID15b08bc9_9c06_47a2_830f_d4fff1270131
static final int xxDummy
static final java.lang.String IID
void loadTags(java.lang.String xml,
IXMLIndexTags tags)
throws java.io.IOException,
AutomationException
xml - The xml (in)tags - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void synchronizeTextIndex(java.lang.String className,
java.lang.String xmlFieldName)
throws java.io.IOException,
AutomationException
className - The className (in)xmlFieldName - The xmlFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.