DOC

org.ccil.cowan.tagsoup : tagsoup

Maven & Gradle

Aug 22, 2011
209 usages

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 org.ccil.cowan.tagsoup : tagsoup Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ccil.cowan.tagsoup : tagsoup Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.2
1.1.x
1.0.x
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file tagsoup-1.2.1-javadoc.jar to tagsoup-1.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder tagsoup-1.2.1-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.2.1-sources.jar" -d "tagsoup-1.2.1-javadoc" -subpackages 

Advertisement