org.cyberneko.html

Class HTMLTagBalancer.InfoStack

public static class HTMLTagBalancer.InfoStack extends Object

Unsynchronized stack of element information.
Field Summary
HTMLTagBalancer.Info[]data
The stack data.
inttop
The top of the stack.
Method Summary
HTMLTagBalancer.Infopeek()
Peeks at the top of the stack.
HTMLTagBalancer.Infopop()
Pops the top item off of the stack.
voidpush(HTMLTagBalancer.Info info)
Pushes element information onto the stack.

Field Detail

data

public HTMLTagBalancer.Info[] data
The stack data.

top

public int top
The top of the stack.

Method Detail

peek

public HTMLTagBalancer.Info peek()
Peeks at the top of the stack.

pop

public HTMLTagBalancer.Info pop()
Pops the top item off of the stack.

push

public void push(HTMLTagBalancer.Info info)
Pushes element information onto the stack.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.