public static class HTMLTagBalancer.InfoStack extends Object
| Modifier and Type | Field and Description |
|---|---|
HTMLTagBalancer.Info[] |
data
The stack data.
|
int |
top
The top of the stack.
|
| Constructor and Description |
|---|
InfoStack() |
| Modifier and Type | Method and Description |
|---|---|
HTMLTagBalancer.Info |
peek() |
HTMLTagBalancer.Info |
pop() |
void |
push(HTMLTagBalancer.Info info) |
String |
toString() |
public int top
public HTMLTagBalancer.Info[] data
public void push(HTMLTagBalancer.Info info)
public HTMLTagBalancer.Info peek()
public HTMLTagBalancer.Info pop()
Copyright © 2024 HtmlUnit. All rights reserved.