com.esri.arcgis.carto
Interface IIMSGlobeXMLParser

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIMSGlobeXMLParserProxy, IMSGlobeXMLParser

public interface IIMSGlobeXMLParser
extends java.io.Serializable

COM Interface 'IIMSGlobeXMLParser'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to xml parsing functionality.' 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 IID5b035109_b690_49bc_97c8_0f5f36e7a7ba
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IIMSGlobeXMLNode getHighestNode(java.lang.String tag)
          The highest node in the tree with the tag.
 java.lang.String getResponseBody()
          A string that represents the response body.
 IIMSGlobeXMLNode getRoot()
          A reference to the root of the xml structure.
 java.lang.String makeXmlStr()
          The xml string representing the internal node structure.
 void parse(java.lang.String xmlStr)
          Parses the xml structure from a string.
 void setRootByRef(IIMSGlobeXMLNode root)
          A reference to the root of the xml structure.
 void setXmlHeader(java.lang.String rhs1)
          The header xml information.
 

Field Detail

IID5b035109_b690_49bc_97c8_0f5f36e7a7ba

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

parse

void parse(java.lang.String xmlStr)
           throws java.io.IOException,
                  AutomationException
Parses the xml structure from a string.

Parameters:
xmlStr - The xmlStr (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRoot

IIMSGlobeXMLNode getRoot()
                         throws java.io.IOException,
                                AutomationException
A reference to the root of the xml structure.

Returns:
A reference to a com.esri.arcgis.carto.IIMSGlobeXMLNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighestNode

IIMSGlobeXMLNode getHighestNode(java.lang.String tag)
                                throws java.io.IOException,
                                       AutomationException
The highest node in the tree with the tag.

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

makeXmlStr

java.lang.String makeXmlStr()
                            throws java.io.IOException,
                                   AutomationException
The xml string representing the internal node structure.

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

setRootByRef

void setRootByRef(IIMSGlobeXMLNode root)
                  throws java.io.IOException,
                         AutomationException
A reference to the root of the xml structure.

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

setXmlHeader

void setXmlHeader(java.lang.String rhs1)
                  throws java.io.IOException,
                         AutomationException
The header xml information.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResponseBody

java.lang.String getResponseBody()
                                 throws java.io.IOException,
                                        AutomationException
A string that represents the response body.

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