Class browser.LITagRef
All Packages    This Package    Previous    Next

Class browser.LITagRef

java.lang.Object
   |
   +----net.www.html.TagRef
           |
           +----browser.WRTagRef
                   |
                   +----browser.DisplayItemTagRef
                           |
                           +----browser.LITagRef

public class LITagRef
extends DisplayItemTagRef
Class LITagRef is created for
  • tags that appear in html document.
    Version:
    1.8, 14 Mar 1995
    Author:
    Jonathan Payne

    LITagRef(Tag, int, boolean)

    apply(WRFormatter)
    buildDisplayItem(WRFormatter)
    Builds the DisplayItem for this tag by asking the the list context associated with the WRFormatter to create the next tag.

    LITagRef
      public LITagRef(Tag t,
                      int pos,
                      boolean isEnd)
    

    buildDisplayItem
      public void buildDisplayItem(WRFormatter f)
    
    Builds the DisplayItem for this tag by asking the the list context associated with the WRFormatter to create the next tag.
    Overrides:
    buildDisplayItem in class DisplayItemTagRef

    apply

      public void apply(WRFormatter f)
    

    All Packages    This Package    Previous    Next