fi.iki.hsivonen.htmlparser
Interface DoctypeHandler
- All Known Implementing Classes:
- Html5ConformanceCheckerTransaction, VerifierServletTransaction
public interface DoctypeHandler
- Version:
- $Id: DoctypeHandler.java,v 1.1 2006/04/18 11:50:40 hsivonen Exp $
- Author:
- hsivonen
Method Summary |
void |
doctype(int doctype)
|
ANY_DOCTYPE
static final int ANY_DOCTYPE
- See Also:
- Constant Field Values
DOCTYPE_HTML401_TRANSITIONAL
static final int DOCTYPE_HTML401_TRANSITIONAL
- See Also:
- Constant Field Values
DOCTYPE_HTML401_STRICT
static final int DOCTYPE_HTML401_STRICT
- See Also:
- Constant Field Values
DOCTYPE_HTML5
static final int DOCTYPE_HTML5
- See Also:
- Constant Field Values
doctype
void doctype(int doctype)
throws SAXException
- Throws:
SAXException