org.w3c.tidy
Class Anchor

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

public class Anchor
extends java.lang.Object

Anchor/node Linked list.

Version:
$Revision: 779 $ ($Author: fgiust $)
Author:
hoehrmann, Fabrizio Giustina

Field Summary
protected  java.lang.String name
          Anchor name.
protected  Anchor next
          Next anchor.
protected  Node node
          linked node.
 
Constructor Summary
Anchor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Anchor name.


next

protected Anchor next
Next anchor.


node

protected Node node
linked node.

Constructor Detail

Anchor

public Anchor()


Copyright © 2000-2006 sourceforge. All Rights Reserved.