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.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
DoctypeExpectation |
HtmlDocumentBuilder.getDoctypeExpectation()
Returns the doctype expectation.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlDocumentBuilder.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
Sets the doctype expectation.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeBuilder.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
Sets the doctypeExpectation.
|
Modifier and Type | Method and Description |
---|---|
DoctypeExpectation |
HtmlParser.getDoctypeExpectation()
Returns the doctype expectation.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlParser.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
Sets the doctype expectation.
|
Modifier and Type | Method and Description |
---|---|
DoctypeExpectation |
HtmlBuilder.getDoctypeExpectation()
Returns the doctype expectation.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlBuilder.setDoctypeExpectation(DoctypeExpectation doctypeExpectation)
Sets the doctype expectation.
|
Copyright © 2017. All rights reserved.