nu.validator.htmlparser.common
Interface DocumentModeHandler
public interface DocumentModeHandler
A callback interface for receiving notification about the document mode.
- Version:
- $Id: DocumentModeHandler.java 365 2008-06-30 12:37:53Z hsivonen $
- Author:
- hsivonen
|
Method Summary |
void |
documentMode(DocumentMode mode,
String publicIdentifier,
String systemIdentifier,
boolean html4SpecificAdditionalErrorChecks)
Receive notification of the document mode. |
documentMode
void documentMode(DocumentMode mode,
String publicIdentifier,
String systemIdentifier,
boolean html4SpecificAdditionalErrorChecks)
throws SAXException
- Receive notification of the document mode.
- Parameters:
mode - the document modepublicIdentifier - the public id of the doctype or null if unavailablesystemIdentifier - the system id of the doctype or null if unavailablehtml4SpecificAdditionalErrorChecks - true if HTML 4-specific checks were enabled, false otherwise
- Throws:
SAXException - if things go wrong