Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Attributes
Packages that use Attributes
Package
Description
-
Uses of Attributes in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as AttributesModifier and TypeFieldDescriptionprivate final AttributesAttributes.Dataset.attributesprivate AttributesElement.attributes(package private) AttributesAttribute.parentMethods 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.(package private)Dataset(Attributes attributes) 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
Fields in com.itextpdf.styledxmlparser.jsoup.parser declared as AttributesMethods in com.itextpdf.styledxmlparser.jsoup.parser that return AttributesModifier and TypeMethodDescription(package private) AttributesParseSettings.normalizeAttributes(Attributes attributes) Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type AttributesModifier and TypeMethodDescription(package private) Token.StartTagToken.StartTag.nameAttr(String name, Attributes attributes) (package private) AttributesParseSettings.normalizeAttributes(Attributes attributes) booleanTreeBuilder.processStartTag(String name, Attributes attrs) -
Uses of Attributes in com.itextpdf.styledxmlparser.jsoup.safety
Methods in com.itextpdf.styledxmlparser.jsoup.safety that return AttributesModifier and TypeMethodDescription(package private) AttributesSafelist.getEnforcedAttributes(String tagName) (package private) AttributesWhitelist.getEnforcedAttributes(String tagName) Deprecated. -
Uses of Attributes in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Fields in com.itextpdf.styledxmlparser.node.impl.jsoup.node declared as AttributesModifier and TypeFieldDescriptionprivate AttributesJsoupAttributes.attributesThe JSoupAttributesinstance.Constructors in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type AttributesModifierConstructorDescriptionJsoupAttributes(Attributes attributes) Creates a newJsoupAttributesinstance.