001package components.xmltree;
002
003/**
004 * Layered implementations of {@code equals}, {@code hashCode}, and
005 * {@code toString} for {@code XMLTree}.
006 */
007public abstract class XMLTreeSecondary implements XMLTree {
008
009    /*
010     * 2221/2231 assignment code deleted.
011     */
012
013}