|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLIndexTags
Manages a collection of XML Index Tags.
| Method Summary | |
|---|---|
void |
add(IXMLIndexTag tag)
Add a tag to the collection. |
void |
find(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. |
| Method Detail |
|---|
int getTagCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IXMLIndexTag getTag(int tagIndex)
throws IOException,
AutomationException
tagIndex - The tagIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void find(String tagName,
int[] tagIndex)
throws IOException,
AutomationException
tagName - The tagName (in)tagIndex - The tagIndex (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(IXMLIndexTag tag)
throws IOException,
AutomationException
tag - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(IXMLIndexTag tag)
throws IOException,
AutomationException
tag - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||