public interface IXMLIndex
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5240ceaa_366d_42ed_97fe_61dfb3c20248 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID5240ceaa_366d_42ed_97fe_61dfb3c20248
static final int xxDummy
static final java.lang.String IID
int getXMLIndexType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IXMLIndexTags getIncludedTags() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IXMLIndexTags getExcludedTags() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.