The properties of the XmlNavigator class are listed below. For a complete list of XmlNavigator class members, see the XmlNavigator Members topic.
AttributeCount | Gets the number of attributes on the current node. |
ChildCount | Gets the number of child nodes for the current node. |
HasAttributes | Gets a value indicating whether the current node has any attributes. |
HasChildren | Gets a value indicating whether the current node has child nodes. |
HasSelection | Determines if this XmlNavigator currently has a selection set. |
HasValue | Gets a value indicating whether Value has a value to return. |
IndexInParent | Gets the zero-based index of this node's position in its parent node. |
InnerText | Gets or sets the concatenated values of the current node and all its children. |
IsDefault | Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. |
IsEmptyTag | Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). |
IsReadOnly | Gets a value indicating whether the current node is read-only. |
LocalName | Gets the name of the node without the namespace prefix. |
Name | Gets the name of the current node, including the namespace prefix. |
NamespaceURI | Gets the namespace URN (as defined in the W3C Namespace Specification) of the current namespace scope. |
NameTable | Gets the XmlNameTable associated with this implementation. |
NodeType | Gets the type of the current node. |
Prefix | Gets or sets the namespace prefix associated with the current node. |
Selection | Gets the last XPath expression used in a successful call to the Select method. |
Value | Gets or sets the text value of the current node. |