Java org.jsoup.nodes Attributes fields, constructors, methods, implement or subclass

Example usage for Java org.jsoup.nodes Attributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jsoup.nodes Attributes.

The text is from its open source code.

Method

ListasList()
Get the attributes as a List, for iteration.
voidforEach(Consumer action)
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
Stringget(String key)
Get an attribute value by key.
booleanhasKey(String key)
Tests if these attributes contain an attribute with this key.
Iteratoriterator()
Attributesput(Attribute attribute)
Set a new attribute, or replace an existing one by key.