/* * [TagCategory.java] * * Summary: categorises HTML tag for the finite state automaton parser. * * Copyright: (c) 2010-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: * 1.0 2010-01-12 initial release. */ package com.mindprod.htmlreflow; /** * categorises HTML tag for the finite state automaton parser. * * @author Roedy Green, Canadian Mind Products * @version 1.0 2010-01-12 initial release. * @since 2010 */ enum TagCategory { /** *