Class HTMLTagBalancer.InfoStack
java.lang.Object
org.htmlunit.cyberneko.HTMLTagBalancer.InfoStack
- Enclosing class:
HTMLTagBalancer
Unsynchronized stack of element information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe stack data.intThe top of the stack. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
top
public int topThe top of the stack. -
data
The stack data.
-
-
Constructor Details
-
InfoStack
public InfoStack()
-
-
Method Details
-
push
-
peek
-
pop
-
toString
-