Class XMLUtil


  • public final class XMLUtil
    extends Object
    A collection of utility functions (static methods) related to XML.
    • Field Detail

      • HTML_NO_END_TAG

        public static final HashSet<String> HTML_NO_END_TAG
        The set of local names of HTML (any version) elements for which the end tag must be omitted.

        For any other HTML element, including custom elements, the end tag must not be omitted.