// // IXPathEditable.cs // // Author: // Atsushi Enomoto <[email protected]> // #if NET_2_0 using System; namespace System.Xml.XPath { public interface IXPathEditable { XPathEditableNavigator CreateEditor (); } } #endif