Package org.w3c.tidy

Class Anchor

java.lang.Object
org.w3c.tidy.Anchor

public class Anchor extends Object
Anchor/node Linked list.
Version:
$Revision: 407 $ ($Author: fgiust $)
Author:
hoehrmann, Fabrizio Giustina
  • Field Details

    • name

      protected String name
      Anchor name.
    • next

      protected Anchor next
      Next anchor.
    • node

      protected Node node
      linked node.
  • Constructor Details

    • Anchor

      public Anchor()