Class Safelist.TypedValue
- java.lang.Object
-
- com.itextpdf.styledxmlparser.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.Stringvalue
-
Constructor Summary
Constructors Constructor Description TypedValue(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-