Version

IXPathDataNavigable Interface Members

The following tables list the members exposed by IXPathDataNavigable.

Public Properties
 NameDescription
 PropertyHasAttributesIndicates if the node has attributes.  
 PropertyHasChildrenIndicates if the node has children.  
 PropertyLocalNameLocal name of the node.  
 PropertyValueValue of the node.  
Public Methods
 NameDescription
 MethodGetAttributeOverloaded. Gets an attribute by name.  
 MethodGetAttributeIndexGets an attribute index by name.  
 MethodGetAttributeNameGets an attribute name by index.  
 MethodGetFirstChildGets first child of the node.  
 MethodGetFirstSiblingGets first sibling of the node.  
 MethodGetNextSiblingGets next sibling of the node.  
 MethodGetNodeTypeReturns the type of the node  
 MethodGetParentGets parent of the node.  
 MethodGetPreviousSiblingGets previous sibling of the node.  
See Also