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 Attributes
Attributes.Dataset.attributes
private Attributes
Element.attributes
(package private) Attributes
Attribute.parent
Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return AttributesModifier and TypeMethodDescriptionAdds a new attribute.Element.attributes()
final Attributes
LeafNode.attributes()
abstract Attributes
Node.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 TypeMethodDescriptionvoid
Attributes.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) Attributes
ParseSettings.normalizeAttributes
(Attributes attributes) Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type AttributesModifier and TypeMethodDescription(package private) Token.StartTag
Token.StartTag.nameAttr
(String name, Attributes attributes) (package private) Attributes
ParseSettings.normalizeAttributes
(Attributes attributes) boolean
TreeBuilder.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) Attributes
Safelist.getEnforcedAttributes
(String tagName) (package private) Attributes
Whitelist.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 Attributes
JsoupAttributes.attributes
The JSoupAttributes
instance.Constructors in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type AttributesModifierConstructorDescriptionJsoupAttributes
(Attributes attributes) Creates a newJsoupAttributes
instance.