Package org.ccil.cowan.tagsoup.jaxp
Class SAX1ParserAdapter
java.lang.Object
org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter
- All Implemented Interfaces:
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)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
parse
(InputSource source) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.
-
Constructor Details
-
SAX1ParserAdapter
Deprecated.
-
-
Method Details
-
parse
Deprecated.- Specified by:
parse
in interfaceParser
- Throws:
SAXException
-
parse
Deprecated.- Specified by:
parse
in interfaceParser
- Throws:
SAXException
-
setDocumentHandler
Deprecated.- Specified by:
setDocumentHandler
in interfaceParser
-
setDTDHandler
Deprecated.- Specified by:
setDTDHandler
in interfaceParser
-
setEntityResolver
Deprecated.- Specified by:
setEntityResolver
in interfaceParser
-
setErrorHandler
Deprecated.- Specified by:
setErrorHandler
in interfaceParser
-
setLocale
Deprecated.- Specified by:
setLocale
in interfaceParser
- Throws:
SAXException
-