| java.lang.Object | |
| ↳ | androidx.test.espresso.web.assertion.TagSoupDocumentParser |
Uses TagSoup to parse html into Documents.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parses the given html into an
Document. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Parses the given html into an Document.
| Parameters | |
|---|---|
html |
String |
| Returns | |
|---|---|
Document |
|
| Throws | |
|---|---|
SAXException |
|
IOException |
|