|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cyberneko.html.HTMLTagBalancer.InfoStack
public static class HTMLTagBalancer.InfoStack
Unsynchronized stack of element information.
| Field Summary | |
|---|---|
HTMLTagBalancer.Info[] |
data
The stack data. |
int |
top
The top of the stack. |
| Constructor Summary | |
|---|---|
HTMLTagBalancer.InfoStack()
|
|
| 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. |
java.lang.String |
toString()
Simple representation to make debugging easier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int top
public HTMLTagBalancer.Info[] data
| Constructor Detail |
|---|
public HTMLTagBalancer.InfoStack()
| Method Detail |
|---|
public void push(HTMLTagBalancer.Info info)
public HTMLTagBalancer.Info peek()
public HTMLTagBalancer.Info pop()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||