Interface ElementSelector

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String select​(org.jsoup.nodes.Element element)
      Extract single result in text.
      If there are more than one result, only the first will be chosen.
      java.util.List<java.lang.String> selectList​(org.jsoup.nodes.Element element)
      Extract all results in text.
    • Method Detail

      • select

        java.lang.String select​(org.jsoup.nodes.Element element)
        Extract single result in text.
        If there are more than one result, only the first will be chosen.
        Parameters:
        element - element
        Returns:
        result
      • selectList

        java.util.List<java.lang.String> selectList​(org.jsoup.nodes.Element element)
        Extract all results in text.
        Parameters:
        element - element
        Returns:
        results