Class HTMLParseState


  • public class HTMLParseState
    extends TagParseState
    This class takes the output of the basic tag parser and converts it for typical HTML usage. It takes the attribute lists, for instance, and converts them to lowercased maps. It also bashes all tag names etc to lower case as well.
    • Constructor Detail

      • HTMLParseState

        public HTMLParseState()
        Constructor.