| java.lang.Object | |
| ↳ | android.support.test.espresso.web.matcher.DomMatchers | 
A collection of hamcrest matchers for objects in the org.w3c.dom package (such as
 Document and Element).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Returns a matcher that matches Documents that have a body containing the given test.
         | |||||||||||
| 
          Returns a matcher that matches  Documents that have at least one element with the given
 id. | |||||||||||
| 
          Returns a matcher that matches  Documents that have at least one element with the given
 xpath. | |||||||||||
| 
          Returns a matcher that matches  Documents with body that matches the given matcher. | |||||||||||
| 
          Returns a matcher that matches  Elements with the given textContent. | |||||||||||
| 
          Returns a matcher that matches  Elements that have textContent matching the given
 matcher. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Returns a matcher that matches Documents that have a body containing the given test.
Returns a matcher that matches Documents that have at least one element with the given
 id.
Returns a matcher that matches Documents that have at least one element with the given
 xpath.
Returns a matcher that matches Documents with body that matches the given matcher.
Returns a matcher that matches Elements with the given textContent. Equivalent of
 withTextContent(is(textContent)).
Returns a matcher that matches Elements that have textContent matching the given
 matcher.