|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentModeHandler | |
|---|---|
| nu.validator.htmlparser.dom | This package provides an HTML5 parser that exposes the document using the DOM API. |
| nu.validator.htmlparser.impl | This package contains the bulk of parser internals. |
| nu.validator.htmlparser.sax | This package provides an HTML5 parser that exposes the document through the SAX API. |
| nu.validator.htmlparser.xom | This package provides an HTML5 parser that exposes the document through the XOM API. |
| nu.validator.servlet | |
| Uses of DocumentModeHandler in nu.validator.htmlparser.dom |
|---|
| Methods in nu.validator.htmlparser.dom with parameters of type DocumentModeHandler | |
|---|---|
void |
HtmlDocumentBuilder.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the document mode handler. |
| Uses of DocumentModeHandler in nu.validator.htmlparser.impl |
|---|
| Fields in nu.validator.htmlparser.impl declared as DocumentModeHandler | |
|---|---|
private DocumentModeHandler |
TreeBuilder.documentModeHandler
|
| Methods in nu.validator.htmlparser.impl with parameters of type DocumentModeHandler | |
|---|---|
void |
TreeBuilder.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the documentModeHandler. |
| Uses of DocumentModeHandler in nu.validator.htmlparser.sax |
|---|
| Fields in nu.validator.htmlparser.sax declared as DocumentModeHandler | |
|---|---|
private DocumentModeHandler |
HtmlParser.documentModeHandler
|
| Methods in nu.validator.htmlparser.sax that return DocumentModeHandler | |
|---|---|
DocumentModeHandler |
HtmlParser.getDocumentModeHandler()
Returns the document mode handler. |
| Methods in nu.validator.htmlparser.sax with parameters of type DocumentModeHandler | |
|---|---|
void |
HtmlParser.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the document mode handler. |
| Uses of DocumentModeHandler in nu.validator.htmlparser.xom |
|---|
| Methods in nu.validator.htmlparser.xom with parameters of type DocumentModeHandler | |
|---|---|
void |
HtmlBuilder.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the document mode handler. |
| Uses of DocumentModeHandler in nu.validator.servlet |
|---|
| Classes in nu.validator.servlet that implement DocumentModeHandler | |
|---|---|
class |
Html5ConformanceCheckerTransaction
|
(package private) class |
VerifierServletTransaction
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||