Package org.ccil.cowan.tagsoup

Interface Summary
AutoDetector Classes 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.
ScanHandler An interface that Scanners use to report events in the input stream.
Scanner An interface allowing Parser to invoke scanners.
 

Class Summary
AttributesImpl Default implementation of the Attributes interface.
CommandLine The stand-alone TagSoup program.
Element The internal representation of an actual element (not an element type).
ElementType This class represents an element type in the schema.
Parser The SAX parser class.
PYXScanner A Scanner that accepts PYX format instead of HTML.
PYXWriter A ContentHandler that generates PYX format instead of XML.
Schema Abstract 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