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

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

Introduction

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

The text is from its open source code.

Constructor

Attribute(String key, String value)
Create a new attribute from unencoded (raw) key and value.

Method

StringgetKey()
Get the attribute key.
StringgetValue()
Get the attribute value.
Stringhtml()
Get the HTML representation of this attribute; e.g.