|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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're declared. |
| Uses of DoctypeExpectation in nu.validator.htmlparser.dom |
|---|
| 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 |
|---|
| Fields in nu.validator.htmlparser.impl declared as DoctypeExpectation | |
|---|---|
private DoctypeExpectation |
TreeBuilder.doctypeExpectation
|
| 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 |
|---|
| Fields in nu.validator.htmlparser.sax declared as DoctypeExpectation | |
|---|---|
private DoctypeExpectation |
HtmlParser.doctypeExpectation
|
| 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 with parameters of type DoctypeExpectation | |
|---|---|
void |
HtmlBuilder.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
Sets the doctype expectation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||