Home
last modified time | relevance | path

Searched refs:hasDeclaredValueForKeyIgnoreCase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DAttributesTest.java282 assertTrue(ats.hasDeclaredValueForKeyIgnoreCase("A")); in testBoolean()
286 assertFalse(ats.hasDeclaredValueForKeyIgnoreCase("C")); in testBoolean()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DAttributes.java320 public boolean hasDeclaredValueForKeyIgnoreCase(String key) { in hasDeclaredValueForKeyIgnoreCase() method in Attributes
/aosp_15_r20/external/jsoup/
H A Dchange-archive.txt723 … added Attributes#hasDeclaredValueForKey(key) and Attribute#hasDeclaredValueForKeyIgnoreCase(), to…