DOC

com.github.fansu.tagsoup : tagsoup

Maven & Gradle

Nov 07, 2018

TagSoup · TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.

Table Of Contents

Latest Version

Download com.github.fansu.tagsoup : tagsoup Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.fansu.tagsoup : tagsoup 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 tagsoup-1.0.5-javadoc.jar to tagsoup-1.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder tagsoup-1.0.5-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 "tagsoup-1.0.5-sources.jar" -d "tagsoup-1.0.5-javadoc" -subpackages