Castle.Components.DictionaryAdapter.Xml.XmlExtensions
namespace Castle.
Components.
DictionaryAdapter.
Xml
{
internal static class XmlExtensions
{
public static bool PositionEquals(
this IXmlNode nodeA,
IXmlNode nodeB);
public static void CopyTo(
this IXmlNode source,
IXmlNode target);
}
}