package eclass.Main; import java.util.Collection; /** * * The LayoutStructure contains a parsed XMLStructure which ha *s XMLTags in it whose names are in this LayoutStructure's * parent attribute 'sects' * * @author * @version * **/ public class LayoutStructure { /** Default Constructor **/ public LayoutStructure() { } protected XMLStructure data; }