Uses of Enum Class
nu.validator.htmlparser.common.DoctypeExpectation
Packages that use DoctypeExpectation
Package
Description
This package provides common interfaces and enumerations.
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 DoctypeExpectation in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common that return DoctypeExpectationModifier and TypeMethodDescriptionstatic DoctypeExpectation
Returns the enum constant of this class with the specified name.static DoctypeExpectation[]
DoctypeExpectation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DoctypeExpectation in nu.validator.htmlparser.dom
Methods in nu.validator.htmlparser.dom that return DoctypeExpectationModifier and TypeMethodDescriptionHtmlDocumentBuilder.getDoctypeExpectation()
Returns the doctype expectation.Methods in nu.validator.htmlparser.dom with parameters of type DoctypeExpectationModifier and TypeMethodDescriptionvoid
HtmlDocumentBuilder.setDoctypeExpectation
(DoctypeExpectation doctypeExpectation) Sets the doctype expectation. -
Uses of DoctypeExpectation in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with parameters of type DoctypeExpectationModifier and TypeMethodDescriptionvoid
TreeBuilder.setDoctypeExpectation
(DoctypeExpectation doctypeExpectation) Sets the doctypeExpectation. -
Uses of DoctypeExpectation in nu.validator.htmlparser.sax
Methods in nu.validator.htmlparser.sax that return DoctypeExpectationModifier and TypeMethodDescriptionHtmlParser.getDoctypeExpectation()
Returns the doctype expectation.Methods in nu.validator.htmlparser.sax with parameters of type DoctypeExpectationModifier and TypeMethodDescriptionvoid
HtmlParser.setDoctypeExpectation
(DoctypeExpectation doctypeExpectation) Sets the doctype expectation. -
Uses of DoctypeExpectation in nu.validator.htmlparser.xom
Methods in nu.validator.htmlparser.xom that return DoctypeExpectationModifier and TypeMethodDescriptionHtmlBuilder.getDoctypeExpectation()
Returns the doctype expectation.Methods in nu.validator.htmlparser.xom with parameters of type DoctypeExpectationModifier and TypeMethodDescriptionvoid
HtmlBuilder.setDoctypeExpectation
(DoctypeExpectation doctypeExpectation) Sets the doctype expectation.