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