public static interface HtmlTool.IdElement
| Modifier and Type | Method and Description |
|---|---|
int |
getHeadingLevel() |
String |
getId()
Retrieves the ID of the HTML element (attribute
id). |
List<? extends HtmlTool.IdElement> |
getItems()
Retrieves the children of the HTML element (nested within the element).
|
String |
getTagName() |
String |
getText()
Retrieves the text contents of the HTML element (rendered for display).
|
String getId()
id).id valueString getTagName()
String getText()
int getHeadingLevel()
List<? extends HtmlTool.IdElement> getItems()
Copyright © 2012–2023 Friederich Christophe. All rights reserved.