public static interface HtmlTool.IdElement
| Modifier and Type | Method and Description |
|---|---|
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 |
getText()
Retrieves the text contents of the HTML element (rendered for display)
|
String getId()
id)id valueString getText()
List<? extends HtmlTool.IdElement> getItems()
Copyright © 2015–2016 Marek Romanowski. All rights reserved.