|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexingXMLSerialize
Serialize / deserialize indexing configuration.
Method Summary | |
---|---|
void |
deserialize(String str)
Deserialize. |
void |
load(IXMLReader pReader)
Load. |
void |
save(IXMLWriter pWriter)
Save. |
String |
serialize()
Serialize. |
Method Detail |
---|
String serialize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deserialize(String str) throws IOException, AutomationException
str
- The str (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void load(IXMLReader pReader) throws IOException, AutomationException
pReader
- A reference to a com.esri.arcgis.system.IXMLReader (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void save(IXMLWriter pWriter) throws IOException, AutomationException
pWriter
- A reference to a com.esri.arcgis.system.IXMLWriter (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 |