Uses of Interface
nu.validator.htmlparser.common.DocumentModeHandler
-
Packages that use DocumentModeHandler Package Description 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. -
-
Uses of DocumentModeHandler in nu.validator.htmlparser.dom
Fields in nu.validator.htmlparser.dom declared as DocumentModeHandler Modifier and Type Field Description private DocumentModeHandlerHtmlDocumentBuilder. documentModeHandlerMethods in nu.validator.htmlparser.dom that return DocumentModeHandler Modifier and Type Method Description DocumentModeHandlerHtmlDocumentBuilder. getDocumentModeHandler()Returns the document mode handler.Methods in nu.validator.htmlparser.dom with parameters of type DocumentModeHandler Modifier and Type Method Description voidHtmlDocumentBuilder. 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 Modifier and Type Field Description private DocumentModeHandlerTreeBuilder. documentModeHandlerMethods in nu.validator.htmlparser.impl with parameters of type DocumentModeHandler Modifier and Type Method Description voidTreeBuilder. setDocumentModeHandler(DocumentModeHandler documentModeHandler)Sets the documentModeHandler. -
Uses of DocumentModeHandler in nu.validator.htmlparser.sax
Fields in nu.validator.htmlparser.sax declared as DocumentModeHandler Modifier and Type Field Description private DocumentModeHandlerHtmlParser. documentModeHandlerMethods in nu.validator.htmlparser.sax that return DocumentModeHandler Modifier and Type Method Description DocumentModeHandlerHtmlParser. getDocumentModeHandler()Returns the document mode handler.Methods in nu.validator.htmlparser.sax with parameters of type DocumentModeHandler Modifier and Type Method Description voidHtmlParser. setDocumentModeHandler(DocumentModeHandler documentModeHandler)Sets the document mode handler. -
Uses of DocumentModeHandler in nu.validator.htmlparser.xom
Fields in nu.validator.htmlparser.xom declared as DocumentModeHandler Modifier and Type Field Description private DocumentModeHandlerHtmlBuilder. documentModeHandlerMethods in nu.validator.htmlparser.xom that return DocumentModeHandler Modifier and Type Method Description DocumentModeHandlerHtmlBuilder. getDocumentModeHandler()Returns the document mode handler.Methods in nu.validator.htmlparser.xom with parameters of type DocumentModeHandler Modifier and Type Method Description voidHtmlBuilder. setDocumentModeHandler(DocumentModeHandler documentModeHandler)Sets the document mode handler.
-