Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in com.itextpdf.styledxmlparser.jsoup.nodes
Classes in com.itextpdf.styledxmlparser.jsoup.nodes that implement interfaces with type arguments of type AttributeFields 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 AttributeAttribute.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 booleanSafelist.isSafeAttribute(String tagName, Element el, Attribute attr) Test if the supplied attribute is allowed by this safelist for this tagprotected booleanWhitelist.isSafeAttribute(String tagName, Element el, Attribute attr) Deprecated.private booleanSafelist.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 AttributeJsoupAttribute.attributeThe JSoupAttributeinstance.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 newJsoupAttributeinstance.Constructor parameters in com.itextpdf.styledxmlparser.node.impl.jsoup.node with type arguments of type AttributeModifierConstructorDescriptionAttributeIterator(Iterator<Attribute> iterator) Instantiates a new iterator.