Uses of Class
org.jsoup.nodes.Attributes
Packages that use Attributes
Package
Description
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
Contains the jsoup HTML cleaner, and safelist definitions.
-
Uses of Attributes in org.jsoup.nodes
Fields in org.jsoup.nodes declared as AttributesModifier and TypeFieldDescriptionprivate final Attributes
Attributes.Dataset.attributes
(package private) Attributes
Element.attributes
(package private) Attributes
Attribute.parent
Methods in org.jsoup.nodes that return AttributesModifier and TypeMethodDescriptionAdds a new attribute.Element.attributes()
final Attributes
LeafNode.attributes()
abstract Attributes
Node.attributes()
Get each of the element's attributes.Attributes.clone()
Set a new boolean attribute, remove attribute if value is false.Set a new attribute, or replace an existing one by key.Set a new attribute, or replace an existing one by key.(package private) Attributes
Attributes.putUserData
(String key, Object value) Put an arbitrary user-data object by key.Methods in org.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 org.jsoup.nodes with parameters of type AttributesModifierConstructorDescriptionAttribute
(String key, String val, Attributes parent) Create a new attribute from unencoded (raw) key and value.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 org.jsoup.parser
Fields in org.jsoup.parser declared as AttributesMethods in org.jsoup.parser that return AttributesModifier and TypeMethodDescription(package private) Attributes
ParseSettings.normalizeAttributes
(Attributes attributes) Methods in org.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 org.jsoup.safety
Methods in org.jsoup.safety that return AttributesModifier and TypeMethodDescription(package private) Attributes
Safelist.getEnforcedAttributes
(String tagName)