001    package net.sf.jolene.constants;
002    
003    /**
004     * Supported parsable HTML elements.
005     * @author Dan Howard
006     * @since Mar 4, 2006 7:07:58 AM
007     */
008    public enum Elements {
009        input, button, grid, image, label, select, textarea, checkbox, radio, text;
010    }