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