Package org.ccil.cowan.tagsoup

Interface Summary

AutoDetectorClasses which accept an InputStream and provide a Reader which figures out the encoding of the InputStream and reads characters from it should conform to this interface.
ScanHandlerAn interface that Scanners use to report events in the input stream.
ScannerAn interface allowing Parser to invoke scanners.

Class Summary

AttributesImpl Default implementation of the Attributes interface.
CommandLineThe stand-alone TagSoup program.
ElementThe internal representation of an actual element (not an element type).
ElementTypeThis class represents an element type in the schema.
ParserThe SAX parser class.
PYXScannerA Scanner that accepts PYX format instead of HTML.
PYXWriterA ContentHandler that generates PYX format instead of XML.
SchemaAbstract class representing a TSSL schema.
XMLWriter Filter to write an XML document from a SAX event stream.

Licence: Academic Free License 3.0 and/or GPL 2.0