com.esri.arcgis.geodatabase
Interface IXMLIndex

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IXMLIndexEdit
All Known Implementing Classes:
IXMLIndexEditProxy, IXMLIndexProxy, XMLIndex

public interface IXMLIndex
extends java.io.Serializable

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

Description: 'A XML Index defines the searchable tags of an XML document stored in an XML field.' 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 IID5240ceaa_366d_42ed_97fe_61dfb3c20248
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          A textual description of the XML Index.
 IXMLIndexTags getExcludedTags()
          The collection of excluded tags.
 IXMLIndexTags getIncludedTags()
          The collection of included tags.
 int getXMLIndexType()
          The type of XML Index.
 

Field Detail

IID5240ceaa_366d_42ed_97fe_61dfb3c20248

static final int IID5240ceaa_366d_42ed_97fe_61dfb3c20248
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

getXMLIndexType

int getXMLIndexType()
                    throws java.io.IOException,
                           AutomationException
The type of XML Index.

Returns:
A com.esri.arcgis.geodatabase.esriXMLIndexType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIncludedTags

IXMLIndexTags getIncludedTags()
                              throws java.io.IOException,
                                     AutomationException
The collection of included tags.

Returns:
A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExcludedTags

IXMLIndexTags getExcludedTags()
                              throws java.io.IOException,
                                     AutomationException
The collection of excluded tags.

Returns:
A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
A textual description of the XML Index.

Returns:
The indexDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.