Gets a value indicating whether the System.Xml.XPath.XPathNavigator can edit the underlying XML data.
Documentation for this section has not yet been entered.
The XPathNavigator.CanEdit property has different values based on the three different implementations of the System.Xml.XPath.IXPathNavigable interface in the .NET Framework. The XPathNavigator.CanEdit values for System.Xml.XPath.XPathNavigator objects created by each implementation are listed in the following table.
System.Xml.XPath.XPathDocument |
false |
System.Xml.XmlDocument |
true |