Uses of Class
nu.validator.htmlparser.common.DoctypeExpectation

Packages that use DoctypeExpectation
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
static DoctypeExpectation DoctypeExpectation.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
 

Methods in nu.validator.htmlparser.dom that return DoctypeExpectation
 DoctypeExpectation HtmlDocumentBuilder.getDoctypeExpectation()
          Returns the doctype expectation.
 

Methods in nu.validator.htmlparser.dom with parameters of type DoctypeExpectation
 void 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 DoctypeExpectation
 void TreeBuilder.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
          Sets the doctypeExpectation.
 

Uses of DoctypeExpectation in nu.validator.htmlparser.sax
 

Methods in nu.validator.htmlparser.sax that return DoctypeExpectation
 DoctypeExpectation HtmlParser.getDoctypeExpectation()
          Returns the doctype expectation.
 

Methods in nu.validator.htmlparser.sax with parameters of type DoctypeExpectation
 void HtmlParser.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
          Sets the doctype expectation.
 

Uses of DoctypeExpectation in nu.validator.htmlparser.xom
 

Methods in nu.validator.htmlparser.xom that return DoctypeExpectation
 DoctypeExpectation HtmlBuilder.getDoctypeExpectation()
          Returns the doctype expectation.
 

Methods in nu.validator.htmlparser.xom with parameters of type DoctypeExpectation
 void HtmlBuilder.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
          Sets the doctype expectation.