Uses of Class
com.itextpdf.tool.xml.pipeline.html.StackKeeper
-
Packages that use StackKeeper Package Description com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
-
Uses of StackKeeper in com.itextpdf.tool.xml.pipeline.html
Fields in com.itextpdf.tool.xml.pipeline.html with type parameters of type StackKeeper Modifier and Type Field Description private java.util.LinkedList<StackKeeper>HtmlPipelineContext. queueMethods in com.itextpdf.tool.xml.pipeline.html that return StackKeeper Modifier and Type Method Description protected StackKeeperHtmlPipelineContext. peek()Retrieves, but does not remove, the head (first element) of this list.protected StackKeeperHtmlPipelineContext. poll()Retrieves and removes the top of the stack.Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type StackKeeper Modifier and Type Method Description protected voidHtmlPipelineContext. addFirst(StackKeeper stackKeeper)Add aStackKeeperto the top of the stack list.
-