using System; namespace SharpVectors.Dom { /// /// Summary description for IElement. /// public interface IElement : IXmlElement { } }