Home
last modified time | relevance | path

Searched refs:getElementsByAttributeValueMatching (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DElement.java1242 public Elements getElementsByAttributeValueMatching(String key, Pattern pattern) { in getElementsByAttributeValueMatching() method in Element
1253 public Elements getElementsByAttributeValueMatching(String key, String regex) { in getElementsByAttributeValueMatching() method in Element
1260 return getElementsByAttributeValueMatching(key, pattern); in getElementsByAttributeValueMatching()
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DElementTest.java2658 Elements els = doc.getElementsByAttributeValueMatching("href", Pattern.compile("^\\d\\w+")); in getElementsByAttributeValueMatchingPattern()
2664 @Test void getElementsByAttributeValueMatching() { in getElementsByAttributeValueMatching() method in ElementTest
2666 Elements els = doc.getElementsByAttributeValueMatching("href", "^\\d\\w+"); in getElementsByAttributeValueMatching()
2675 () -> doc.getElementsByAttributeValueMatching("key", "\\x")); in getElementsByAttributeValueMatchingValidation()
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
HDjsoup-1.6.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jsoup/ org/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.8.3/
HDjsoup-1.8.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jsoup/ org/ ...