|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IIMSGlobeXMLNodeProxy
Description: 'Provides access to an XML node.' 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 =
public class IIMSGlobeXMLNodeProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IIMSGlobeXMLNode |
---|
IID, IIDcdae0026_e2ae_45f0_9619_10fdcb9f615f |
Constructor Summary | |
---|---|
|
IIMSGlobeXMLNodeProxy()
Deprecated. For internal use only |
|
IIMSGlobeXMLNodeProxy(java.lang.Object obj)
Deprecated. |
protected |
IIMSGlobeXMLNodeProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IIMSGlobeXMLNodeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IIMSGlobeXMLNodeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
int |
addBlankAttrib()
Deprecated. Adds a blank attribute to the list of attributes. |
void |
addChild(IIMSGlobeXMLNode node)
Deprecated. Adds a child node to the end of the list. |
int |
addFullAttrib(java.lang.String name,
java.lang.String value)
Deprecated. Add an attibute to the node. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
deleteChild(int num)
Deprecated. Deletes a child at position. |
java.lang.String |
getAttribName(int pos)
Deprecated. The attribute number i's name. |
java.lang.String |
getAttribValueByIndex(int pos)
Deprecated. The attribute number i's value. |
java.lang.String |
getAttribValueByName(java.lang.String name)
Deprecated. The attribute value by name. |
IIMSGlobeXMLNode |
getChildByAttribNameValue(java.lang.String attribName,
java.lang.String atttribValue)
Deprecated. The node for which the specified attrib is present and equal to value: if value is null then the first node with name is returned. |
IIMSGlobeXMLNode |
getChildByIndex(int i)
Deprecated. The reference to the child at pos i. |
IIMSGlobeXMLNode |
getChildByName(java.lang.String tagName)
Deprecated. The reference to the child based on its tag name. |
IIMSGlobeXMLNode |
getDeepClone()
Deprecated. Makes a copy of input -- including children. |
IIMSGlobeXMLNode |
getHighestNode(java.lang.String searchString)
Deprecated. Traverses the tree to find the highest node in the tree that matched the searchString. |
int |
getNumAttrib()
Deprecated. The number of attributes for this node. |
int |
getNumChildren()
Deprecated. The number of children nodes. |
IIMSGlobeXMLNode |
getShallowClone()
Deprecated. Makes a copy of input -- except children. |
java.lang.String |
getXmlTag()
Deprecated. The tag of this node. |
java.lang.String |
makeXmlStr()
Deprecated. Outputs an xml string representation of the internal node representation. |
void |
parse(java.lang.String xmlStrOrig)
Deprecated. Parse the nodes from an input string. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAttribName(int pos,
java.lang.String name)
Deprecated. The attribute number i's name. |
void |
setAttribValueByIndex(int pos,
java.lang.String value)
Deprecated. The attribute number i's value. |
void |
setAttribValueByName(java.lang.String name,
java.lang.String value)
Deprecated. The attribute value by name. |
void |
setXmlTag(java.lang.String tag)
Deprecated. The tag of this node. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IIMSGlobeXMLNodeProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IIMSGlobeXMLNodeProxy()
public IIMSGlobeXMLNodeProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IIMSGlobeXMLNodeProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IIMSGlobeXMLNodeProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getNumChildren() throws java.io.IOException, AutomationException
getNumChildren
in interface IIMSGlobeXMLNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getXmlTag() throws java.io.IOException, AutomationException
getXmlTag
in interface IIMSGlobeXMLNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumAttrib() throws java.io.IOException, AutomationException
getNumAttrib
in interface IIMSGlobeXMLNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIMSGlobeXMLNode getChildByIndex(int i) throws java.io.IOException, AutomationException
getChildByIndex
in interface IIMSGlobeXMLNode
i
- The i (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIMSGlobeXMLNode getChildByName(java.lang.String tagName) throws java.io.IOException, AutomationException
getChildByName
in interface IIMSGlobeXMLNode
tagName
- The tagName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAttribName(int pos) throws java.io.IOException, AutomationException
getAttribName
in interface IIMSGlobeXMLNode
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAttribValueByIndex(int pos) throws java.io.IOException, AutomationException
getAttribValueByIndex
in interface IIMSGlobeXMLNode
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAttribValueByIndex(int pos, java.lang.String value) throws java.io.IOException, AutomationException
setAttribValueByIndex
in interface IIMSGlobeXMLNode
pos
- The pos (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addChild(IIMSGlobeXMLNode node) throws java.io.IOException, AutomationException
addChild
in interface IIMSGlobeXMLNode
node
- 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.public int addBlankAttrib() throws java.io.IOException, AutomationException
addBlankAttrib
in interface IIMSGlobeXMLNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteChild(int num) throws java.io.IOException, AutomationException
deleteChild
in interface IIMSGlobeXMLNode
num
- The num (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAttribName(int pos, java.lang.String name) throws java.io.IOException, AutomationException
setAttribName
in interface IIMSGlobeXMLNode
pos
- The pos (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAttribValueByName(java.lang.String name, java.lang.String value) throws java.io.IOException, AutomationException
setAttribValueByName
in interface IIMSGlobeXMLNode
name
- The name (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXmlTag(java.lang.String tag) throws java.io.IOException, AutomationException
setXmlTag
in interface IIMSGlobeXMLNode
tag
- The tag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIMSGlobeXMLNode getShallowClone() throws java.io.IOException, AutomationException
getShallowClone
in interface IIMSGlobeXMLNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIMSGlobeXMLNode getDeepClone() throws java.io.IOException, AutomationException
getDeepClone
in interface IIMSGlobeXMLNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void parse(java.lang.String xmlStrOrig) throws java.io.IOException, AutomationException
parse
in interface IIMSGlobeXMLNode
xmlStrOrig
- The xmlStrOrig (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String makeXmlStr() throws java.io.IOException, AutomationException
makeXmlStr
in interface IIMSGlobeXMLNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int addFullAttrib(java.lang.String name, java.lang.String value) throws java.io.IOException, AutomationException
addFullAttrib
in interface IIMSGlobeXMLNode
name
- The name (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAttribValueByName(java.lang.String name) throws java.io.IOException, AutomationException
getAttribValueByName
in interface IIMSGlobeXMLNode
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIMSGlobeXMLNode getChildByAttribNameValue(java.lang.String attribName, java.lang.String atttribValue) throws java.io.IOException, AutomationException
getChildByAttribNameValue
in interface IIMSGlobeXMLNode
attribName
- The attribName (in)atttribValue
- The atttribValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIMSGlobeXMLNode getHighestNode(java.lang.String searchString) throws java.io.IOException, AutomationException
getHighestNode
in interface IIMSGlobeXMLNode
searchString
- The searchString (in)
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 |