Class browser.WRTagRef
All Packages    This Package    Previous    Next

Class browser.WRTagRef

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

public class WRTagRef
extends TagRef
Class WRTagRef is the superclass for all hotjava tag refs that are properly handled by instances of WRFormatter. Whenever a WRFormatter encounters a tag reference in the document it's laying out, the apply method is called.
See Also:
WRFormatter, Formatter, Document
Version:
1.8, 20 Mar 1995
Author:
Jonathan Payne

WRTagRef(Tag, int, boolean)

apply(WRFormatter)

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

apply
  public abstract void apply(WRFormatter f)

All Packages    This Package    Previous    Next