jar

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 JAR file - Latest Versions:

All Versions

Download com.github.fansu.tagsoup : tagsoup JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tagsoup-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ccil.cowan.tagsoup

├─ org.ccil.cowan.tagsoup.AttributesImpl.class - [JAR]

├─ org.ccil.cowan.tagsoup.AutoDetector.class - [JAR]

├─ org.ccil.cowan.tagsoup.CommandLine.class - [JAR]

├─ org.ccil.cowan.tagsoup.Element.class - [JAR]

├─ org.ccil.cowan.tagsoup.ElementType.class - [JAR]

├─ org.ccil.cowan.tagsoup.PYXScanner.class - [JAR]

├─ org.ccil.cowan.tagsoup.PYXWriter.class - [JAR]

├─ org.ccil.cowan.tagsoup.Parser.class - [JAR]

├─ org.ccil.cowan.tagsoup.ScanHandler.class - [JAR]

├─ org.ccil.cowan.tagsoup.Scanner.class - [JAR]

├─ org.ccil.cowan.tagsoup.Schema.class - [JAR]

├─ org.ccil.cowan.tagsoup.XMLWriter.class - [JAR]

org.ccil.cowan.tagsoup.templates

├─ org.ccil.cowan.tagsoup.templates.HTMLModels.class - [JAR]

├─ org.ccil.cowan.tagsoup.templates.HTMLScanner.class - [JAR]

├─ org.ccil.cowan.tagsoup.templates.HTMLSchema.class - [JAR]

org.ccil.cowan.tagsoup.jaxp

├─ org.ccil.cowan.tagsoup.jaxp.JAXPTest.class - [JAR]

├─ org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter.class - [JAR]

├─ org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl.class - [JAR]

├─ org.ccil.cowan.tagsoup.jaxp.SAXParserImpl.class - [JAR]