Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Attributes
Packages that use Attributes
Package
Description
-
Uses of Attributes in com.itextpdf.styledxmlparser.jsoup.nodes
Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return AttributesModifier and TypeMethodDescriptionAdds a new attribute.Element.attributes()final AttributesLeafNode.attributes()abstract AttributesNode.attributes()Get all of the element's attributes.Set a new attribute, or replace an existing one by key.Set a new boolean attribute, remove attribute if value is false.Set a new attribute, or replace an existing one by key.Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type AttributesModifier and TypeMethodDescriptionvoidAttributes.addAll(Attributes incoming) Add all the attributes from the incoming set to this set.Constructors in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type AttributesModifierConstructorDescriptionAttribute(String key, String val, Attributes parent) Create a new attribute from unencoded (raw) key and value.Element(Tag tag, String baseUri, Attributes attributes) Create a new, standalone Element.FormElement(Tag tag, String baseUri, Attributes attributes) Create a new, standalone form element.PseudoTextElement(Tag tag, String baseUri, Attributes attributes) -
Uses of Attributes in com.itextpdf.styledxmlparser.jsoup.parser
Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type AttributesModifier and TypeMethodDescriptionbooleanTreeBuilder.processStartTag(String name, Attributes attrs) -
Uses of Attributes in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Constructors in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type AttributesModifierConstructorDescriptionJsoupAttributes(Attributes attributes) Creates a newJsoupAttributesinstance.