Uses of Class
com.itextpdf.tool.xml.pipeline.html.StackKeeper
Packages that use StackKeeper
-
Uses of StackKeeper in com.itextpdf.tool.xml.pipeline.html
Fields in com.itextpdf.tool.xml.pipeline.html with type parameters of type StackKeeperMethods in com.itextpdf.tool.xml.pipeline.html that return StackKeeperModifier and TypeMethodDescriptionprotected 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 StackKeeperModifier and TypeMethodDescriptionprotected void
HtmlPipelineContext.addFirst
(StackKeeper stackKeeper) Add aStackKeeper
to the top of the stack list.