This document is archived and information here might be outdated.  Recommended version.


IIMSGlobeXMLNode Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface
ArcGIS Developer Help

IIMSGlobeXMLNode Interface

Provides access to an XML node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddBlankAttrib Adds a blank attribute to the list of attributes.
Method AddChild Adds a child node to the end of the list.
Method AddFullAttrib Add an attibute to the node.
Write-only property AttribName The attribute number i's name.
Read-only property AttribName The attribute number i's name.
Read/write property AttribValueByIndex The attribute number i's value.
Write-only property AttribValueByName The attribute value by name.
Read-only property AttribValueByName The attribute value by name.
Read-only property ChildByAttribNameValue 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.
Read-only property ChildByIndex The reference to the child at pos i.
Read-only property ChildByName The reference to the child based on its tag name.
Read-only property DeepClone Makes a copy of input -- including children.
Method DeleteChild Deletes a child at position.
Read-only property HighestNode Traverses the tree to find the highest node in the tree that matched the searchString.
Method MakeXmlStr Outputs an xml string representation of the internal node representation.
Read-only property NumAttrib The number of attributes for this node.
Read-only property NumChildren The number of children nodes.
Method Parse Parse the nodes from an input string.
Read-only property ShallowClone Makes a copy of input -- except children.
Read-only property XmlTag The tag of this node.
Write-only property XmlTag The tag of this node.

Classes that implement IIMSGlobeXMLNode

Classes Description
IMSGlobeXMLNode IMS Globe Sub Service.