com.esri.arcgis.geodatabase
Interface IXMLIndexTags

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLIndexTagsProxy, XMLIndexTags

public interface IXMLIndexTags
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID22715d9c_b744_453b_84e2_7cbea383a70f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID22715d9c_b744_453b_84e2_7cbea383a70f

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

getTagCount

int getTagCount()
                throws java.io.IOException,
                       AutomationException
The number of tags in the collection.

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

getTag

IXMLIndexTag getTag(int tagIndex)
                    throws java.io.IOException,
                           AutomationException
A tag by position in the collection.

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

find

void find(java.lang.String tagName,
          int[] tagIndex)
          throws java.io.IOException,
                 AutomationException
Find a tag in the collection by name.

Parameters:
tagName - The tagName (in)
tagIndex - The tagIndex (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(IXMLIndexTag tag)
         throws java.io.IOException,
                AutomationException
Add a tag to the collection.

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

remove

void remove(IXMLIndexTag tag)
            throws java.io.IOException,
                   AutomationException
Remove a tag from the collection.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Remove all tags from the collection.

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