|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIMSGlobeXMLNode
COM Interface 'IIMSGlobeXMLNode'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcdae0026_e2ae_45f0_9619_10fdcb9f615f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
addBlankAttrib()
Adds a blank attribute to the list of attributes. |
void |
addChild(IIMSGlobeXMLNode node)
Adds a child node to the end of the list. |
int |
addFullAttrib(java.lang.String name,
java.lang.String value)
Add an attibute to the node. |
void |
deleteChild(int num)
Deletes a child at position. |
java.lang.String |
getAttribName(int pos)
The attribute number i's name. |
java.lang.String |
getAttribValueByIndex(int pos)
The attribute number i's value. |
java.lang.String |
getAttribValueByName(java.lang.String name)
The attribute value by name. |
IIMSGlobeXMLNode |
getChildByAttribNameValue(java.lang.String attribName,
java.lang.String atttribValue)
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)
The reference to the child at pos i. |
IIMSGlobeXMLNode |
getChildByName(java.lang.String tagName)
The reference to the child based on its tag name. |
IIMSGlobeXMLNode |
getDeepClone()
Makes a copy of input -- including children. |
IIMSGlobeXMLNode |
getHighestNode(java.lang.String searchString)
Traverses the tree to find the highest node in the tree that matched the searchString. |
int |
getNumAttrib()
The number of attributes for this node. |
int |
getNumChildren()
The number of children nodes. |
IIMSGlobeXMLNode |
getShallowClone()
Makes a copy of input -- except children. |
java.lang.String |
getXmlTag()
The tag of this node. |
java.lang.String |
makeXmlStr()
Outputs an xml string representation of the internal node representation. |
void |
parse(java.lang.String xmlStrOrig)
Parse the nodes from an input string. |
void |
setAttribName(int pos,
java.lang.String name)
The attribute number i's name. |
void |
setAttribValueByIndex(int pos,
java.lang.String value)
The attribute number i's value. |
void |
setAttribValueByName(java.lang.String name,
java.lang.String value)
The attribute value by name. |
void |
setXmlTag(java.lang.String tag)
The tag of this node. |
Field Detail |
---|
static final int IIDcdae0026_e2ae_45f0_9619_10fdcb9f615f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getNumChildren() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getXmlTag() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumAttrib() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIMSGlobeXMLNode getChildByIndex(int i) throws java.io.IOException, AutomationException
i
- The i (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIMSGlobeXMLNode getChildByName(java.lang.String tagName) throws java.io.IOException, AutomationException
tagName
- The tagName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAttribName(int pos) throws java.io.IOException, AutomationException
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAttribValueByIndex(int pos) throws java.io.IOException, AutomationException
pos
- The pos (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttribValueByIndex(int pos, java.lang.String value) throws java.io.IOException, AutomationException
pos
- The pos (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addChild(IIMSGlobeXMLNode node) throws java.io.IOException, AutomationException
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.int addBlankAttrib() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteChild(int num) throws java.io.IOException, AutomationException
num
- The num (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttribName(int pos, java.lang.String name) throws java.io.IOException, AutomationException
pos
- The pos (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttribValueByName(java.lang.String name, java.lang.String value) throws java.io.IOException, AutomationException
name
- The name (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXmlTag(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.IIMSGlobeXMLNode getShallowClone() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIMSGlobeXMLNode getDeepClone() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void parse(java.lang.String xmlStrOrig) throws java.io.IOException, AutomationException
xmlStrOrig
- The xmlStrOrig (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.int addFullAttrib(java.lang.String name, java.lang.String value) throws java.io.IOException, AutomationException
name
- The name (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAttribValueByName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIMSGlobeXMLNode getChildByAttribNameValue(java.lang.String attribName, java.lang.String atttribValue) throws java.io.IOException, AutomationException
attribName
- The attribName (in)atttribValue
- The atttribValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIMSGlobeXMLNode getHighestNode(java.lang.String searchString) throws java.io.IOException, AutomationException
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 |