|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLIndexEdit
A XML Index defines the searchable tags of an XML document stored in an XML field.
Method Summary | |
---|---|
void |
setDescription(String rhs1)
A textual description of the XML Index. |
void |
setExcludedTagsByRef(IXMLIndexTags rhs1)
The collection of excluded tags. |
void |
setIncludedTagsByRef(IXMLIndexTags rhs1)
The collection of included tags. |
void |
setXMLIndexType(int rhs1)
The type of XML Index. |
Methods inherited from interface com.esri.arcgis.geodatabase.IXMLIndex |
---|
getDescription, getExcludedTags, getIncludedTags, getXMLIndexType |
Method Detail |
---|
void setXMLIndexType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriXMLIndexType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncludedTagsByRef(IXMLIndexTags rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExcludedTagsByRef(IXMLIndexTags rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTags (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
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 |