This topic has not yet been rated - Rate this topic

XPathNavigator Properties

The properties of the XPathNavigator class are listed here. For a complete list of XPathNavigator class members, see the XPathNavigator Members topic.

Public Properties

public propertyBaseURI Gets the base URI for the current node.
public propertyHasAttributes Gets a value indicating whether the element node has any attributes.
public propertyHasChildren Gets a value indicating whether the current node has child nodes.
public propertyIsEmptyElement Gets a value indicating whether the current node is an empty element (for example, <MyElement/>).
public propertyLocalName Gets the name of the current node without the namespace prefix.
public propertyName Gets the qualified name of the current node.
public propertyNamespaceURI Gets the namespace URI (as defined in the W3C Namespace Specification) of the current node.
public propertyNameTable Gets the XmlNameTable associated with this implementation.
public propertyNodeType Gets the type of the current node.
public propertyPrefix Gets the prefix associated with the current node.
public propertyValue Gets the text value of the current node.
public propertyXmlLang Gets the xml:lang scope for the current node.

See Also

XPathNavigator Class | System.Xml.XPath Namespace

Did you find this helpful?
(1500 characters remaining)