- parse(String) - Static method in class Html
-
Parse the input file whose name is filename.
- pop() - Method in class ArrayStack
-
Removes the top element from the stack.
- pop() - Method in class NodeStack
-
pop() remove the head node of the list
- pop() - Method in interface Stack
-
Remove the top element from the stack.
- push(E) - Method in class ArrayStack
-
Inserts an element at the top of the stack.
- push(E) - Method in class NodeStack
-
The new element is added in the front of the list
- push(E) - Method in interface Stack
-
Insert an element at the top of the stack.