Class browser.AnchorTagRef
All Packages    This Package    Previous    Next

Class browser.AnchorTagRef

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

public class AnchorTagRef
extends StyleTagRef
An instance of class AnchorTagRef is created for each occurrence of tags in an html document. An AnchorTagRef is either an anchor (i.e., it points to another document) or it's an endpoint for some other document (i.e., it has no "href" attribute).
Version:
1.8, 14 Mar 1995
Author:
Jonathan Payne

AnchorTagRef(Tag, int, boolean, Style)

apply(WRFormatter)
isLink()
Returns true if this anchor contains a link to another document.

AnchorTagRef
  public AnchorTagRef(Tag t,
                      int pos,
                      boolean isEnd,
                      Style s)

apply
  public void apply(WRFormatter f)
isLink
  public boolean isLink()
Returns true if this anchor contains a link to another document.


All Packages    This Package    Previous    Next