Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
XPathDataNavigable Class Members
The following tables list the members exposed by XPathDataNavigable.
Public Properties
| Name | Description |
| HasAttributes | Indicates whether the node has attributes. |
| HasChildren | Indicates whether the node has children. |
| LocalName | Name of the XML rendering node. That is how it is represented during the XML serialization. |
| Owner | Reference to the owner of the node. Usually it is the main control. |
| Value | Content of the XML rendering node. If the node has no children of type XPathNodeType.Text the property returns null. |
Public Methods
Protected Methods
| Name | Description |
| GenerateAttributes | Generates attributes for the node. Called only once for the lifetime of the node. |
See Also