ArcObjects Library Reference (Carto)  

IIMSGlobeXMLNode Interface

Provides access to an XML node.

Product Availability

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

Members

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.
Read/write property AttribName The attribute number i's name.
Read/write property AttribValueByIndex The attribute number i's value.
Read/write 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/write property XmlTag The tag of this node.

CoClasses that implement IIMSGlobeXMLNode

CoClasses and Classes Description
IMSGlobeXMLNode IMS Globe Sub Service.