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.ChildBoxInfoBoxBuilder.lookForBlockContent(List<Styleable> styleables) Methods in org.xhtmlrenderer.layout with parameters of type BoxBuilder.ChildBoxInfoModifier and TypeMethodDescriptionprivate static BlockBoxBoxBuilder.createBlockBox(Element source, CalculatedStyle style, BoxBuilder.ChildBoxInfo info, boolean generated, boolean anonymous) private static voidBoxBuilder.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 voidBoxBuilder.insertGeneratedContent(LayoutContext c, Element element, CalculatedStyle parentStyle, String peName, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static voidBoxBuilder.resolveChildren(BlockBox owner, List<Styleable> children, BoxBuilder.ChildBoxInfo info) private static voidBoxBuilder.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 voidBoxBuilder.resolveTableContent(LayoutContext c, BlockBox parent, List<Styleable> children, BoxBuilder.ChildBoxInfo info) Handles the situation when our current parent is table related.