Home
last modified time | relevance | path

Searched defs:htmlDoc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DPositionTest.java375 Document htmlDoc = Jsoup.parse(html, TrackingHtmlParser); in trackAttributePositionInFirstElement() local
398 Document htmlDoc = Jsoup.parse(pomXml, TrackingHtmlParser); in trackAttributePositionWithCase() local
429 Document htmlDoc = Jsoup.parse(html, TrackingHtmlParser); in trackAttributesPositionsDedupes() local
452 Document htmlDoc = Jsoup.parse(html, TrackingHtmlParser); in trackAttributesPositionsDirectionalDedupes() local
H A DXmlTreeBuilderTest.java72 Document htmlDoc = Jsoup.connect(xmlUrl).parser(Parser.htmlParser()).get(); in testSupplyParserToConnection() local
96 Document htmlDoc = Jsoup.parse("<br>one</br>"); in testDoesNotForceSelfClosingKnownTags() local