Package org.ccil.cowan.tagsoup


package org.ccil.cowan.tagsoup
  • Class
    Description
    Default implementation of the Attributes interface.
    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.
    The stand-alone TagSoup program.
    The internal representation of an actual element (not an element type).
    This class represents an element type in the schema.
    The SAX parser class.
    A Scanner that accepts PYX format instead of HTML.
    A ContentHandler that generates PYX format instead of XML.
    An interface that Scanners use to report events in the input stream.
    An interface allowing Parser to invoke scanners.
    Abstract class representing a TSSL schema.
    Filter to write an XML document from a SAX event stream.