|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackKeeper | |
---|---|
com.itextpdf.tool.xml.pipeline.html | Contains pipeline stuff for HTML |
com.itextpdf.tool.xml.svg |
Uses of StackKeeper in com.itextpdf.tool.xml.pipeline.html |
---|
Methods in com.itextpdf.tool.xml.pipeline.html that return StackKeeper | |
---|---|
protected StackKeeper |
HtmlPipelineContext.peek()
Retrieves, but does not remove, the head (first element) of this list. |
protected StackKeeper |
HtmlPipelineContext.poll()
Retrieves and removes the top of the stack. |
Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type StackKeeper | |
---|---|
protected void |
HtmlPipelineContext.addFirst(StackKeeper stackKeeper)
Add a StackKeeper to the top of the stack list. |
Uses of StackKeeper in com.itextpdf.tool.xml.svg |
---|
Methods in com.itextpdf.tool.xml.svg that return StackKeeper | |
---|---|
protected StackKeeper |
SvgPipelineContext.peek()
Retrieves, but does not remove, the head (first element) of this list. |
protected StackKeeper |
SvgPipelineContext.poll()
Retrieves and removes the top of the stack. |
Methods in com.itextpdf.tool.xml.svg with parameters of type StackKeeper | |
---|---|
protected void |
SvgPipelineContext.addFirst(StackKeeper stackKeeper)
Add a StackKeeper to the top of the stack list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |