Class TextBlock

All Implemented Interfaces:
HTMLElement, HTMLSegment, ScriptingEventHandler

public class TextBlock extends BlockElement
A class which represents a block of text in a web page. Experimental.
Since:
1.6
Author:
Russell Gold
  • Field Details

    • MATCH_CLASS

      public static final HTMLElementPredicate MATCH_CLASS
      Predicate to match part or all of a block's class attribute.
    • MATCH_TAG

      public static final HTMLElementPredicate MATCH_TAG
      Predicate to match the tag associated with a block (case insensitive).
  • Constructor Details

  • Method Details

    • getLists

      public WebList[] getLists()
      Returns any lists embedded in this text block.