Uses of Class
com.itextpdf.styledxmlparser.jsoup.safety.Safelist.Protocol
-
Packages that use Safelist.Protocol Package Description com.itextpdf.styledxmlparser.jsoup.safety -
-
Uses of Safelist.Protocol in com.itextpdf.styledxmlparser.jsoup.safety
Fields in com.itextpdf.styledxmlparser.jsoup.safety with type parameters of type Safelist.Protocol Modifier and Type Field Description private java.util.Map<Safelist.TagName,java.util.Map<Safelist.AttributeKey,java.util.Set<Safelist.Protocol>>>Safelist. protocolsMethods in com.itextpdf.styledxmlparser.jsoup.safety that return Safelist.Protocol Modifier and Type Method Description (package private) static Safelist.ProtocolSafelist.Protocol. valueOf(java.lang.String value)Method parameters in com.itextpdf.styledxmlparser.jsoup.safety with type arguments of type Safelist.Protocol Modifier and Type Method Description private booleanSafelist. testValidProtocol(Element el, Attribute attr, java.util.Set<Safelist.Protocol> protocols)
-