XPathNavigator Properties
.NET Framework 1.1
The properties of the XPathNavigator class are listed here. For a complete list of XPathNavigator class members, see the XPathNavigator Members topic.
Public Properties
BaseURI | Gets the base URI for the current node. |
HasAttributes | Gets a value indicating whether the element node has any attributes. |
HasChildren | Gets a value indicating whether the current node has child nodes. |
IsEmptyElement | Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). |
LocalName | Gets the name of the current node without the namespace prefix. |
Name | Gets the qualified name of the current node. |
NamespaceURI | Gets the namespace URI (as defined in the W3C Namespace Specification) of the current node. |
NameTable | Gets the XmlNameTable associated with this implementation. |
NodeType | Gets the type of the current node. |
Prefix | Gets the prefix associated with the current node. |
Value | Gets the text value of the current node. |
XmlLang | Gets the xml:lang scope for the current node. |
