Class SAX1ParserAdapter

java.lang.Object
org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter
All Implemented Interfaces:
Parser

public class SAX1ParserAdapter extends Object implements Parser
Deprecated.
This is a simpler adapter class that allows using SAX1 interface on top of basic SAX2 implementation, such as TagSoup.
Author:
Tatu Saloranta (cowtowncoder@yahoo.com)