Package org.jsoup.safety
Class Safelist.TypedValue
- java.lang.Object
-
- org.jsoup.safety.Safelist.TypedValue
-
- Direct Known Subclasses:
Safelist.AttributeKey
,Safelist.AttributeValue
,Safelist.Protocol
,Safelist.TagName
- Enclosing class:
- Safelist
abstract static class Safelist.TypedValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
value
-
Constructor Summary
Constructors Constructor Description TypedValue(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-