Uses of Interface
nu.validator.htmlparser.common.DocumentModeHandler
Packages that use DocumentModeHandler
Package
Description
This package provides an HTML5 parser that exposes the document using the DOM API.
This package contains the bulk of parser internals.
This package provides an HTML5 parser that exposes the document through the SAX API.
This package provides an HTML5 parser that exposes the document through the XOM API.
-
Uses of DocumentModeHandler in nu.validator.htmlparser.dom
Fields in nu.validator.htmlparser.dom declared as DocumentModeHandlerModifier and TypeFieldDescriptionprivate DocumentModeHandler
HtmlDocumentBuilder.documentModeHandler
Methods in nu.validator.htmlparser.dom that return DocumentModeHandlerModifier and TypeMethodDescriptionHtmlDocumentBuilder.getDocumentModeHandler()
Returns the document mode handler.Methods in nu.validator.htmlparser.dom with parameters of type DocumentModeHandlerModifier and TypeMethodDescriptionvoid
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 DocumentModeHandlerMethods in nu.validator.htmlparser.impl with parameters of type DocumentModeHandlerModifier and TypeMethodDescriptionvoid
TreeBuilder.setDocumentModeHandler
(DocumentModeHandler documentModeHandler) Sets the documentModeHandler. -
Uses of DocumentModeHandler in nu.validator.htmlparser.sax
Fields in nu.validator.htmlparser.sax declared as DocumentModeHandlerMethods in nu.validator.htmlparser.sax that return DocumentModeHandlerModifier and TypeMethodDescriptionHtmlParser.getDocumentModeHandler()
Returns the document mode handler.Methods in nu.validator.htmlparser.sax with parameters of type DocumentModeHandlerModifier and TypeMethodDescriptionvoid
HtmlParser.setDocumentModeHandler
(DocumentModeHandler documentModeHandler) Sets the document mode handler. -
Uses of DocumentModeHandler in nu.validator.htmlparser.xom
Fields in nu.validator.htmlparser.xom declared as DocumentModeHandlerMethods in nu.validator.htmlparser.xom that return DocumentModeHandlerModifier and TypeMethodDescriptionHtmlBuilder.getDocumentModeHandler()
Returns the document mode handler.Methods in nu.validator.htmlparser.xom with parameters of type DocumentModeHandlerModifier and TypeMethodDescriptionvoid
HtmlBuilder.setDocumentModeHandler
(DocumentModeHandler documentModeHandler) Sets the document mode handler.