Uses of Interface
org.xhtmlrenderer.css.extend.ContentFunction
Packages that use ContentFunction
-
Uses of ContentFunction in org.xhtmlrenderer.context
Classes in org.xhtmlrenderer.context that implement ContentFunctionModifier and TypeClassDescriptionprivate static class
Partially implements leaders as specified here: ...private static class
private static class
private static class
private static class
Partially implements target counter as specified here: ...Fields in org.xhtmlrenderer.context with type parameters of type ContentFunctionModifier and TypeFieldDescriptionprivate final List<ContentFunction>
ContentFunctionFactory._functions
Methods in org.xhtmlrenderer.context that return ContentFunctionModifier and TypeMethodDescription@Nullable ContentFunction
ContentFunctionFactory.lookupFunction
(LayoutContext c, FSFunction function) Methods in org.xhtmlrenderer.context with parameters of type ContentFunctionModifier and TypeMethodDescriptionvoid
ContentFunctionFactory.registerFunction
(ContentFunction function) -
Uses of ContentFunction in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as ContentFunctionMethods in org.xhtmlrenderer.layout that return ContentFunctionConstructors in org.xhtmlrenderer.layout with parameters of type ContentFunction -
Uses of ContentFunction in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as ContentFunctionModifier and TypeFieldDescriptionprivate final @Nullable ContentFunction
InlineBox._contentFunction
Methods in org.xhtmlrenderer.render that return ContentFunctionConstructors in org.xhtmlrenderer.render with parameters of type ContentFunctionModifierConstructorDescriptionInlineBox
(String text, @Nullable Text textNode, @Nullable ContentFunction contentFunction, @Nullable FSFunction function, @Nullable Element element, @Nullable String pseudoElementOrClass) InlineBox
(String text, @Nullable Text textNode, @Nullable ContentFunction contentFunction, @Nullable FSFunction function, @Nullable Element element, @Nullable String pseudoElementOrClass, @Nullable CalculatedStyle style)