This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeXMLNode Interface (ArcObjects .NET 10.4 SDK) |
Provides access to an XML node.
Description | ||
---|---|---|
AddBlankAttrib | Adds a blank attribute to the list of attributes. | |
AddChild | Adds a child node to the end of the list. | |
AddFullAttrib | Add an attibute to the node. | |
AttribName | The attribute number i's name. | |
AttribValueByIndex | The attribute number i's value. | |
AttribValueByName | The attribute value by name. | |
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. | |
ChildByIndex | The reference to the child at pos i. | |
ChildByName | The reference to the child based on its tag name. | |
DeepClone | Makes a copy of input -- including children. | |
DeleteChild | Deletes a child at position. | |
HighestNode | Traverses the tree to find the highest node in the tree that matched the searchString. | |
MakeXmlStr | Outputs an xml string representation of the internal node representation. | |
NumAttrib | The number of attributes for this node. | |
NumChildren | The number of children nodes. | |
Parse | Parse the nodes from an input string. | |
ShallowClone | Makes a copy of input -- except children. | |
XmlTag | The tag of this node. |
CoClasses and Classes | Description |
---|---|
IMSGlobeXMLNode | IMS Globe Sub Service. |