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