ViewStructure.HtmlInfo

public static abstract class ViewStructure.HtmlInfo
extends Object

java.lang.Object
   ↳ android.view.ViewStructure.HtmlInfo


Simplified representation of the HTML properties of a node that represents an HTML element.

Summary

Nested classes

class ViewStructure.HtmlInfo.Builder

Builder for HtmlInfo objects. 

Public constructors

HtmlInfo()

Public methods

abstract List<Pair<StringString>> getAttributes()

Gets the list of HTML attributes.

abstract String getTag()

Gets the HTML tag.

Inherited methods

Public constructors

HtmlInfo

public HtmlInfo ()

Public methods

getAttributes

Added in API level 26
public abstract List<Pair<StringString>> getAttributes ()

Gets the list of HTML attributes.

Returns
List<Pair<StringString>> list of key/value pairs; could contain pairs with the same keys. This value may be null.

getTag

Added in API level 26
public abstract String getTag ()

Gets the HTML tag.

Returns
String This value cannot be null.