/* * [TagCategory.java] * * Summary: categorises HTML tag for the finite state automaton parser. * * Copyright: (c) 2009-2017 Roedy Green, Canadian Mind Products, http://mindprod.com * * Licence: This software may be copied and used freely for any purpose but military. * http://mindprod.com/contact/nonmil.html * * Requires: JDK 1.8+ * * Created with: JetBrains IntelliJ IDEA IDE http://www.jetbrains.com/idea/ * * Version History: * 2.8 2009-04-04 no longer correct missing entities. Just issue warning messages. * 2.9 2010-01-18 refactor so you first allocate a Compactor object, permitting simultaneous compactings. * 3.0 2010-02-12 trim space inside

..

. */ package com.mindprod.compactor; /** * categorises HTML tag for the finite state automaton parser. * * @author Roedy Green, Canadian Mind Products * @version 3.0 2010-02-12 trim space inside

..

. * @since 2009 */ enum TagCategory { /** *