Class Html5MarkupModel

    • Method Detail

      • isXML

        public boolean isXML()
        Description copied from interface: MarkupModel
        Returns true if the document markup is XML, which is used to determine the need for an XML declaration at the start of the document, and whether CDATA sections are supported.
        Returns:
        true for XML output, false for HTML output