Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as AttributeFields in com.itextpdf.styledxmlparser.jsoup.nodes with type parameters of type AttributeMethods in com.itextpdf.styledxmlparser.jsoup.nodes that return AttributeModifier and TypeMethodDescriptionstatic Attribute
Attribute.createFromEncoded
(String unencodedKey, String encodedValue) Create a new Attribute from an unencoded key and a HTML attribute encoded value.Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributes.asList()
Get the attributes as a List, for iteration.Attributes.iterator()
Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type AttributeModifier and TypeMethodDescriptionSet a new attribute, or replace an existing one by key. -
Uses of Attribute in com.itextpdf.styledxmlparser.jsoup.safety
Methods in com.itextpdf.styledxmlparser.jsoup.safety with parameters of type AttributeModifier and TypeMethodDescriptionprotected boolean
Safelist.isSafeAttribute
(String tagName, Element el, Attribute attr) Test if the supplied attribute is allowed by this safelist for this tagprotected boolean
Whitelist.isSafeAttribute
(String tagName, Element el, Attribute attr) Deprecated.private boolean
Safelist.testValidProtocol
(Element el, Attribute attr, Set<Safelist.Protocol> protocols) -
Uses of Attribute in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Fields in com.itextpdf.styledxmlparser.node.impl.jsoup.node declared as AttributeModifier and TypeFieldDescriptionprivate Attribute
JsoupAttribute.attribute
The JSoupAttribute
instance.Fields in com.itextpdf.styledxmlparser.node.impl.jsoup.node with type parameters of type AttributeConstructors in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type AttributeModifierConstructorDescriptionJsoupAttribute
(Attribute attribute) Creates a newJsoupAttribute
instance.Constructor parameters in com.itextpdf.styledxmlparser.node.impl.jsoup.node with type arguments of type AttributeModifierConstructorDescriptionAttributeIterator
(Iterator<Attribute> iterator) Instantiates a new iterator.