Uses of Class
org.jsoup.safety.Safelist.AttributeValue
-
Packages that use Safelist.AttributeValue Package Description org.jsoup.safety Contains the jsoup HTML cleaner, and safelist definitions. -
-
Uses of Safelist.AttributeValue in org.jsoup.safety
Fields in org.jsoup.safety with type parameters of type Safelist.AttributeValue Modifier and Type Field Description private java.util.Map<Safelist.TagName,java.util.Map<Safelist.AttributeKey,Safelist.AttributeValue>>
Safelist. enforcedAttributes
Methods in org.jsoup.safety that return Safelist.AttributeValue Modifier and Type Method Description (package private) static Safelist.AttributeValue
Safelist.AttributeValue. valueOf(java.lang.String value)
-