Package | Description |
---|---|
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 |
---|---|
DocumentModeHandler |
HtmlDocumentBuilder.getDocumentModeHandler()
Returns the document mode handler.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlDocumentBuilder.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the document mode handler.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeBuilder.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the documentModeHandler.
|
Modifier and Type | Method and Description |
---|---|
DocumentModeHandler |
HtmlParser.getDocumentModeHandler()
Returns the document mode handler.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlParser.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the document mode handler.
|
Modifier and Type | Method and Description |
---|---|
DocumentModeHandler |
HtmlBuilder.getDocumentModeHandler()
Returns the document mode handler.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlBuilder.setDocumentModeHandler(DocumentModeHandler documentModeHandler)
Sets the document mode handler.
|
Copyright © 2017. All rights reserved.