Interface ElementBuilder
-
- All Known Implementing Classes:
StandaloneHandler
public interface ElementBuilder
The Interface ElementBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkBuilder
element(int element)
Option to specify the document element to view.LinkBuilder
firstElement()
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
-
-