DOC

com.github.jtidy : jtidy-java6

Maven & Gradle

Sep 03, 2023
50 stars

JTidy · JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.

Table Of Contents

Latest Version

Download com.github.jtidy : jtidy-java6 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.jtidy : jtidy-java6 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file jtidy-java6-1.0.4-javadoc.jar to jtidy-java6-1.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jtidy-java6-1.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jtidy-java6-1.0.4-sources.jar" -d "jtidy-java6-1.0.4-javadoc" -subpackages