Class HTMLTagBalancer.InfoStack
java.lang.Object
org.cyberneko.html.HTMLTagBalancer.InfoStack
- Enclosing class:
HTMLTagBalancer
Unsynchronized stack of element information.
- Version:
- $Id: HTMLTagBalancer.java,v 1.20 2005/02/14 04:06:22 andyc Exp $
- Author:
- Andy Clark, Marc Guillemot
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe stack data.intThe top of the stack. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpeek()Peeks at the top of the stack.pop()Pops the top item off of the stack.voidpush(HTMLTagBalancer.Info info) Pushes element information onto the stack.toString()Simple representation to make debugging easier
-
Field Details
-
top
public int topThe top of the stack. -
data
The stack data.
-
-
Constructor Details
-
InfoStack
public InfoStack()
-
-
Method Details
-
push
Pushes element information onto the stack. -
peek
Peeks at the top of the stack. -
pop
Pops the top item off of the stack. -
toString
-