org.cyberneko.html

Class HTMLTagBalancer.InfoStack

Enclosing Class:
HTMLTagBalancer

public static class HTMLTagBalancer.InfoStack
extends java.lang.Object

Unsynchronized stack of element information.

Field Summary

HTMLTagBalancer.Info[]
data
The stack data.
int
top
The top of the stack.

Method Summary

HTMLTagBalancer.Info
peek()
Peeks at the top of the stack.
HTMLTagBalancer.Info
pop()
Pops the top item off of the stack.
void
push(HTMLTagBalancer.Info info)
Pushes element information onto the stack.

Field Details

data

public HTMLTagBalancer.Info[] data
The stack data.

top

public int top
The top of the stack.

Method Details

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.