Interface ElementBuilder

All Known Implementing Classes:
StandaloneHandler

public interface ElementBuilder
The Interface ElementBuilder.
  • Method Summary

    Modifier and Type
    Method
    Description
    element(int element)
    Option to specify the document element to view.
    Option to specify the first document element to view.
  • Method Details

    • 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