public final class

TagSoupDocumentParser

extends Object
java.lang.Object
   ↳ android.support.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 static TagSoupDocumentParser newInstance ()

Throws
SAXNotRecognizedException
SAXNotSupportedException

public Document parse (String html)

Parses the given html into an Document.

Throws
SAXException
IOException