org.cyberneko.html
public static class HTMLTagBalancer.InfoStack extends Object
| 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. |