|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIMSGlobeXMLParser
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 |
---|
static final int IID5b035109_b690_49bc_97c8_0f5f36e7a7ba
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void parse(java.lang.String xmlStr) throws java.io.IOException, AutomationException
xmlStr
- The xmlStr (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIMSGlobeXMLNode getRoot() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIMSGlobeXMLNode getHighestNode(java.lang.String tag) throws java.io.IOException, AutomationException
tag
- The tag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String makeXmlStr() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRootByRef(IIMSGlobeXMLNode root) throws java.io.IOException, AutomationException
root
- A reference to a com.esri.arcgis.carto.IIMSGlobeXMLNode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXmlHeader(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getResponseBody() throws java.io.IOException, AutomationException
java.io.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 |