Searched refs:getElementsByAttributeValueMatching (Results 1 – 4 of 4) sorted by relevance
1242 public Elements getElementsByAttributeValueMatching(String key, Pattern pattern) { in getElementsByAttributeValueMatching() method in Element1253 public Elements getElementsByAttributeValueMatching(String key, String regex) { in getElementsByAttributeValueMatching() method in Element1260 return getElementsByAttributeValueMatching(key, pattern); in getElementsByAttributeValueMatching()
2658 Elements els = doc.getElementsByAttributeValueMatching("href", Pattern.compile("^\\d\\w+")); in getElementsByAttributeValueMatchingPattern()2664 @Test void getElementsByAttributeValueMatching() { in getElementsByAttributeValueMatching() method in ElementTest2666 Elements els = doc.getElementsByAttributeValueMatching("href", "^\\d\\w+"); in getElementsByAttributeValueMatching()2675 () -> doc.getElementsByAttributeValueMatching("key", "\\x")); in getElementsByAttributeValueMatchingValidation()
META-INF/ META-INF/MANIFEST.MF org/ org/jsoup/ org/ ...