Package org.cyberneko.html
Class HTMLTagBalancer.InfoStack
java.lang.Object
org.cyberneko.html.HTMLTagBalancer.InfoStack
- Enclosing class:
- HTMLTagBalancer
Unsynchronized stack of element information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe stack data.int
The top of the stack. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpeek()
Peeks at the top of the stack.pop()
Pops the top item off of the stack.void
push
(HTMLTagBalancer.Info info) Pushes element information onto the stack.toString()
Simple representation to make debugging easier
-
Field Details
-
top
public int topThe top of the stack. -
data
The stack data.
-
-
Constructor Details
-
InfoStack
public InfoStack()
-
-
Method Details