Uses of Class
nu.validator.htmlparser.common.DoctypeExpectation
-
Packages that use DoctypeExpectation Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.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 DoctypeExpectation in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common that return DoctypeExpectation Modifier and Type Method Description static DoctypeExpectationDoctypeExpectation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DoctypeExpectation[]DoctypeExpectation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DoctypeExpectation in nu.validator.htmlparser.dom
Fields in nu.validator.htmlparser.dom declared as DoctypeExpectation Modifier and Type Field Description private DoctypeExpectationHtmlDocumentBuilder. doctypeExpectationMethods in nu.validator.htmlparser.dom that return DoctypeExpectation Modifier and Type Method Description DoctypeExpectationHtmlDocumentBuilder. getDoctypeExpectation()Returns the doctype expectation.Methods in nu.validator.htmlparser.dom with parameters of type DoctypeExpectation Modifier and Type Method Description voidHtmlDocumentBuilder. setDoctypeExpectation(DoctypeExpectation doctypeExpectation)Sets the doctype expectation. -
Uses of DoctypeExpectation in nu.validator.htmlparser.impl
Fields in nu.validator.htmlparser.impl declared as DoctypeExpectation Modifier and Type Field Description private DoctypeExpectationTreeBuilder. doctypeExpectationMethods in nu.validator.htmlparser.impl with parameters of type DoctypeExpectation Modifier and Type Method Description voidTreeBuilder. setDoctypeExpectation(DoctypeExpectation doctypeExpectation)Sets the doctypeExpectation. -
Uses of DoctypeExpectation in nu.validator.htmlparser.sax
Fields in nu.validator.htmlparser.sax declared as DoctypeExpectation Modifier and Type Field Description private DoctypeExpectationHtmlParser. doctypeExpectationMethods in nu.validator.htmlparser.sax that return DoctypeExpectation Modifier and Type Method Description DoctypeExpectationHtmlParser. getDoctypeExpectation()Returns the doctype expectation.Methods in nu.validator.htmlparser.sax with parameters of type DoctypeExpectation Modifier and Type Method Description voidHtmlParser. setDoctypeExpectation(DoctypeExpectation doctypeExpectation)Sets the doctype expectation. -
Uses of DoctypeExpectation in nu.validator.htmlparser.xom
Fields in nu.validator.htmlparser.xom declared as DoctypeExpectation Modifier and Type Field Description private DoctypeExpectationHtmlBuilder. doctypeExpectationMethods in nu.validator.htmlparser.xom that return DoctypeExpectation Modifier and Type Method Description DoctypeExpectationHtmlBuilder. getDoctypeExpectation()Returns the doctype expectation.Methods in nu.validator.htmlparser.xom with parameters of type DoctypeExpectation Modifier and Type Method Description voidHtmlBuilder. setDoctypeExpectation(DoctypeExpectation doctypeExpectation)Sets the doctype expectation.
-