package eclass2.Main; import java.util.Collection; /** * * This is the Raw Lecture XML read in as a file * Derived from an FMSL opaque type. * * @author * @version * **/ public class RawLecXML extends RawXML { /** Default Constructor **/ public RawLecXML() { super(); } }