public final class

TagSoupDocumentParser

extends Object
java.lang.Object
   ↳ androidx.test.espresso.web.assertion.TagSoupDocumentParser

Class Overview

Uses TagSoup to parse html into Documents.

Summary

Public Methods
static TagSoupDocumentParser newInstance()
Document parse(String html)
Parses the given html into an Document.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Document parse (String html)

Parses the given html into an Document.

Parameters
html String
Returns
Document
Throws
SAXException
IOException