public interface IXMLIndexTags
extends java.io.Serializable
Description: 'Manages a collection of XML Index Tags.' 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 |
IID22715d9c_b744_453b_84e2_7cbea383a70f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(IXMLIndexTag tag)
Add a tag to the collection.
|
void |
find(java.lang.String tagName,
int[] tagIndex)
Find a tag in the collection by name.
|
IXMLIndexTag |
getTag(int tagIndex)
A tag by position in the collection.
|
int |
getTagCount()
The number of tags in the collection.
|
void |
remove(IXMLIndexTag tag)
Remove a tag from the collection.
|
void |
removeAll()
Remove all tags from the collection.
|
static final int IID22715d9c_b744_453b_84e2_7cbea383a70f
static final int xxDummy
static final java.lang.String IID
int getTagCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IXMLIndexTag getTag(int tagIndex) throws java.io.IOException, AutomationException
tagIndex
- The tagIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void find(java.lang.String tagName, int[] tagIndex) throws java.io.IOException, AutomationException
tagName
- The tagName (in)tagIndex
- The tagIndex (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void add(IXMLIndexTag tag) throws java.io.IOException, AutomationException
tag
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(IXMLIndexTag tag) throws java.io.IOException, AutomationException
tag
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.