NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataDocumentNavigator Properties

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

Public:

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 (inherited from XmlNavigator) 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 or sets 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 (inherited from XmlNavigator) 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.

See Also

DataDocumentNavigator Class | System.NewXml Namespace