JAXPTest | Trivial non-robust test class, to show that TagSoup can be accessed using
JAXP interface. |
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. |