Class browser.DLTagRef
All Packages    This Package    Previous    Next

Class browser.DLTagRef

java.lang.Object
   |
   +----net.www.html.TagRef
           |
           +----browser.WRTagRef
                   |
                   +----browser.WRListRef
                           |
                           +----browser.DLTagRef

public class DLTagRef
extends WRListRef
An instance of class DLTagRef is created for
tags that appear in html document.
Version:
1.8, 14 Mar 1995
Author:
Jonathan Payne

DLTagRef(Tag, int, boolean)

apply(WRFormatter)
getNextBullet(WRFormatter)

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

getNextBullet
  public DisplayItem getNextBullet(WRFormatter f)
apply
  public void apply(WRFormatter f)

All Packages    This Package    Previous    Next