IXmlNodeSource public interface IXmlNodeSource Documentation Code namespace Castle.Components.DictionaryAdapter.Xml { public interface IXmlNodeSource { IXmlNode Node { get; } } }