Uses of Class
org.xhtmlrenderer.layout.BoxBuilder.ChildBoxInfo
Packages that use BoxBuilder.ChildBoxInfo
-
Uses of BoxBuilder.ChildBoxInfo in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return BoxBuilder.ChildBoxInfoModifier and TypeMethodDescriptionprivate static BoxBuilder.ChildBoxInfo
BoxBuilder.lookForBlockContent
(List<Styleable> styleables) Methods in org.xhtmlrenderer.layout with parameters of type BoxBuilder.ChildBoxInfoModifier and TypeMethodDescriptionprivate static BlockBox
BoxBuilder.createBlockBox
(Element source, CalculatedStyle style, BoxBuilder.ChildBoxInfo info, boolean generated, boolean anonymous) private static void
BoxBuilder.createChildren
(LayoutContext c, BlockBox blockParent, Element parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, boolean inline) BoxBuilder.createGeneratedContent
(LayoutContext c, Element element, String peName, CalculatedStyle style, PropertyValue property, BoxBuilder.ChildBoxInfo info) BoxBuilder.createGeneratedContentList
(LayoutContext c, Element element, PropertyValue propValue, @Nullable String peName, CalculatedStyle style, int mode, @Nullable BoxBuilder.ChildBoxInfo info) BoxBuilder.createGeneratedMarginBoxContent
(LayoutContext c, Element element, PropertyValue property, CalculatedStyle style, BoxBuilder.ChildBoxInfo info) private static void
BoxBuilder.insertGeneratedContent
(LayoutContext c, Element element, CalculatedStyle parentStyle, String peName, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static void
BoxBuilder.resolveChildren
(BlockBox owner, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static void
BoxBuilder.resolveChildTableContent
(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info, IdentValue target) Handles the situation when we find table content, but our parent is not table related.private static void
BoxBuilder.resolveTableContent
(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info) Handles the situation when our current parent is table related.