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 AttributesAttributes.Dataset.attributes(package private) AttributesElement.attributes(package private) AttributesAttribute.parentMethods in org.jsoup.nodes that return AttributesModifier and TypeMethodDescriptionAdds a new attribute.Element.attributes()final AttributesLeafNode.attributes()abstract AttributesNode.attributes()Get each of the element's attributes.Attributes.clone()Set a new boolean attribute.Set a new attribute, or replace an existing one by key.Set a new attribute, or replace an existing one by key.Set an arbitrary user-data object by key.Methods in org.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 org.jsoup.nodes with parameters of type AttributesModifierConstructorDescriptionAttribute(String key, String val, Attributes parent) Create a new attribute from unencoded (raw) key and value.privateDataset(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) AttributesParseSettings.normalizeAttributes(Attributes attributes) Methods in org.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) (package private) booleanTreeBuilder.processStartTag(String name, Attributes attrs) -
Uses of Attributes in org.jsoup.safety
Methods in org.jsoup.safety that return AttributesModifier and TypeMethodDescriptionSafelist.getEnforcedAttributes(String tagName) Gets the Attributes that should be enforced for a given tag