Added in API level 26
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 |
Public constructors | |
---|---|
HtmlInfo()
|
Public methods | |
---|---|
abstract
List<Pair<String, String>>
|
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<String, String>> getAttributes ()
Gets the list of HTML attributes.
Returns | |
---|---|
List<Pair<String, String>> |
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 . |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-11 UTC."],[],[]]