|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIMSGlobeXMLParser
Provides access to xml parsing functionality.
| Method Summary | |
|---|---|
IIMSGlobeXMLNode |
getHighestNode(String tag)
The highest node in the tree with the tag. |
String |
getResponseBody()
A string that represents the response body. |
IIMSGlobeXMLNode |
getRoot()
A reference to the root of the xml structure. |
String |
makeXmlStr()
The xml string representing the internal node structure. |
void |
parse(String xmlStr)
Parses the xml structure from a string. |
void |
setRootByRef(IIMSGlobeXMLNode root)
A reference to the root of the xml structure. |
void |
setXmlHeader(String rhs1)
The header xml information. |
| Method Detail |
|---|
void parse(String xmlStr)
throws IOException,
AutomationException
xmlStr - The xmlStr (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IIMSGlobeXMLNode getRoot()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IIMSGlobeXMLNode getHighestNode(String tag)
throws IOException,
AutomationException
tag - The tag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String makeXmlStr()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRootByRef(IIMSGlobeXMLNode root)
throws IOException,
AutomationException
root - A reference to a com.esri.arcgis.carto.IIMSGlobeXMLNode (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setXmlHeader(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getResponseBody()
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 | ||||||||