Interface ElementBuilder
- All Known Implementing Classes:
StandaloneHandler
public interface ElementBuilder
The Interface ElementBuilder.
-
Method Summary
Modifier and TypeMethodDescriptionelement
(int element) Option to specify the document element to view.Option to specify the first document element to view.
-
Method Details
-
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
-