|
pdfHTML 6.3.0 API
|
State machine to push, pop, peek,... More...
Public Member Functions |
|
| State () | |
| Instantiates a new State instance. More... |
|
| virtual Stack< ITagWorker > | GetStack () |
| Gets the stack. More... |
|
| virtual void | Push (ITagWorker tagWorker) |
| Pushes a ITagWorker instance to the stack. More... |
|
| virtual ITagWorker | Pop () |
| Pops a ITagWorker from the stack. More... |
|
| virtual ITagWorker | Top () |
| Peeks at the ITagWorker at the top of the stack. More... |
|
| virtual bool | Empty () |
| Checks if the stack is empty. More... |
|
State machine to push, pop, peek,...
State machine to push, pop, peek,... ITagWorker instances to and from the System.Collections.Stack
|
inline |
Instantiates a new State instance.
|
inlinevirtual |
Checks if the stack is empty.
|
inlinevirtual |
Gets the stack.
|
inlinevirtual |
Pops a ITagWorker from the stack.
|
inlinevirtual |
Pushes a ITagWorker instance to the stack.
| tagWorker | the tag worker |
|
inlinevirtual |
Peeks at the ITagWorker at the top of the stack.