All Classes
Class Summary |
AttributesImpl |
Default implementation of the Attributes interface.
|
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. |
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.
|
JAXPTest |
Trivial non-robust test class, to show that TagSoup can be accessed using
JAXP interface. |
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.
|
SAX1ParserAdapter |
This is a simpler adapter class that allows using SAX1 interface on top
of basic SAX2 implementation, such as TagSoup.
|
SAXFactoryImpl |
This is a simple implementation of JAXP SAXParserFactory,
to allow easier integration of TagSoup with the default JDK
xml processing stack.
|
SAXParserImpl |
This is a simple implementation of JAXP SAXParser,
to allow easier integration of TagSoup with the default JDK
xml processing stack.
|
ScanHandler |
An interface that Scanners use to report events in the input stream.
|
Scanner |
An interface allowing Parser to invoke scanners.
|
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