The following tables list the members exposed by IXPathDataNavigable.
| Name | Description | |
|---|---|---|
![]() | HasAttributes | Indicates if the node has attributes. |
![]() | HasChildren | Indicates if the node has children. |
![]() | LocalName | Local name of the node. |
![]() | Value | Value of the node. |
| Name | Description | |
|---|---|---|
![]() | GetAttribute | Overloaded. Gets an attribute by name. |
![]() | GetAttributeIndex | Gets an attribute index by name. |
![]() | GetAttributeName | Gets an attribute name by index. |
![]() | GetFirstChild | Gets first child of the node. |
![]() | GetFirstSibling | Gets first sibling of the node. |
![]() | GetNextSibling | Gets next sibling of the node. |
![]() | GetNodeType | Returns the type of the node |
![]() | GetParent | Gets parent of the node. |
![]() | GetPreviousSibling | Gets previous sibling of the node. |