Interface ElementBuilder
-
- All Known Implementing Classes:
StandaloneHandler
public interface ElementBuilderThe Interface ElementBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkBuilderelement(int element)Option to specify the document element to view.LinkBuilderfirstElement()Option to specify the first document element to view.
-
-
-
Method Detail
-
element
LinkBuilder element(int element)
Option to specify the document element to view.- Parameters:
element- the element- Returns:
- the LinkBuilder
-
firstElement
LinkBuilder firstElement()
Option to specify the first document element to view.- Returns:
- the LinkBuilder
-
-