Package org.jsoup.safety
Class Whitelist.AttributeKey
- java.lang.Object
-
- org.jsoup.safety.Whitelist.TypedValue
-
- org.jsoup.safety.Whitelist.AttributeKey
-
- Enclosing class:
- Whitelist
static class Whitelist.AttributeKey extends Whitelist.TypedValue
-
-
Constructor Summary
Constructors Constructor Description AttributeKey(java.lang.String value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Whitelist.AttributeKey
valueOf(java.lang.String value)
-
Methods inherited from class org.jsoup.safety.Whitelist.TypedValue
equals, hashCode, toString
-
-
-
-
Method Detail
-
valueOf
static Whitelist.AttributeKey valueOf(java.lang.String value)
-
-