All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.IStack

java.lang.Object
   |
   +----org.w3c.tidy.IStack

public class IStack
extends Object
Inline stack node (c) 1998, 1999 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 26 Jul 1999


Variable Index

 o attributes
 o element
 o next
 o tag

Constructor Index

 o IStack()

Variables

 o next
 public IStack next
 o tag
 public Dict tag
 o element
 public String element
 o attributes
 public AttVal attributes

Constructors

 o IStack
 public IStack()

All Packages  Class Hierarchy  This Package  Previous  Next  Index