public interface DocumentModeHandler
| Modifier and Type | Method and Description |
|---|---|
void |
documentMode(DocumentMode mode,
String publicIdentifier,
String systemIdentifier,
boolean html4SpecificAdditionalErrorChecks)
Receive notification of the document mode.
|
void documentMode(DocumentMode mode, String publicIdentifier, String systemIdentifier, boolean html4SpecificAdditionalErrorChecks) throws SAXException
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 otherwiseSAXException - if things go wrongCopyright © 2024. All rights reserved.