Package | Description |
---|---|
org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
Modifier and Type | Method and Description |
---|---|
ParseErrorList |
Parser.getErrors()
Retrieve the parse errors, if any, from the last parse.
|
static ParseErrorList |
ParseErrorList.noTracking() |
static ParseErrorList |
ParseErrorList.tracking(int maxSize) |
Modifier and Type | Method and Description |
---|---|
static List<Node> |
Parser.parseFragment(String fragmentHtml,
Element context,
String baseUri,
ParseErrorList errorList)
Parse a fragment of HTML into a list of nodes.
|
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.