Uses of Class
org.xhtmlrenderer.css.parser.FSFunction
Packages that use FSFunction
Package
Description
-
Uses of FSFunction in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type FSFunctionModifier and TypeMethodDescription@Nullable String
ContentFunctionFactory.LeaderFunction.calculate
(LayoutContext c, FSFunction function) ContentFunctionFactory.LeaderFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.PageCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) @Nullable String
ContentFunctionFactory.PageNumberFunction.calculate
(LayoutContext c, FSFunction function) ContentFunctionFactory.PagesCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) @Nullable String
ContentFunctionFactory.TargetCounterFunction.calculate
(LayoutContext c, FSFunction function) ContentFunctionFactory.TargetCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) boolean
ContentFunctionFactory.LeaderFunction.canHandle
(LayoutContext c, FSFunction function) boolean
ContentFunctionFactory.PageCounterFunction.canHandle
(LayoutContext c, FSFunction function) boolean
ContentFunctionFactory.PagesCounterFunction.canHandle
(LayoutContext c, FSFunction function) boolean
ContentFunctionFactory.TargetCounterFunction.canHandle
(LayoutContext c, FSFunction function) private @Nullable String
ContentFunctionFactory.LeaderFunction.getLeaderValue
(FSFunction function) protected IdentValue
ContentFunctionFactory.PageNumberFunction.getListStyleType
(FSFunction function) protected boolean
ContentFunctionFactory.PageNumberFunction.isCounter
(FSFunction function, String counterName) @Nullable ContentFunction
ContentFunctionFactory.lookupFunction
(LayoutContext c, FSFunction function) -
Uses of FSFunction in org.xhtmlrenderer.css.extend
Methods in org.xhtmlrenderer.css.extend with parameters of type FSFunctionModifier and TypeMethodDescriptionContentFunction.calculate
(LayoutContext c, FSFunction function) ContentFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) boolean
ContentFunction.canHandle
(LayoutContext c, FSFunction function) -
Uses of FSFunction in org.xhtmlrenderer.css.parser
Fields in org.xhtmlrenderer.css.parser declared as FSFunctionMethods in org.xhtmlrenderer.css.parser that return FSFunctionConstructors in org.xhtmlrenderer.css.parser with parameters of type FSFunctionModifierConstructorDescriptionPropertyValue
(FSFunction function) PropertyValue
(FSFunction function, @Nullable Token operatorToken) -
Uses of FSFunction in org.xhtmlrenderer.css.parser.property
Methods in org.xhtmlrenderer.css.parser.property with parameters of type FSFunctionModifier and TypeMethodDescriptionprivate boolean
ContentPropertyBuilder.isFunctionAllowed
(FSFunction function) -
Uses of FSFunction in org.xhtmlrenderer.css.style.derived
Fields in org.xhtmlrenderer.css.style.derived declared as FSFunctionMethods in org.xhtmlrenderer.css.style.derived that return FSFunction -
Uses of FSFunction in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as FSFunctionMethods in org.xhtmlrenderer.layout that return FSFunctionMethods in org.xhtmlrenderer.layout with parameters of type FSFunctionModifier and TypeMethodDescriptionprivate static String
BoxBuilder.getAttributeValue
(FSFunction attrFunc, Element e) private static boolean
BoxBuilder.isAttrFunction
(FSFunction function) static boolean
BoxBuilder.isElementFunction
(FSFunction function) private static @Nullable CounterFunction
BoxBuilder.makeCounterFunction
(FSFunction function, LayoutContext c, CalculatedStyle style) Constructors in org.xhtmlrenderer.layout with parameters of type FSFunction -
Uses of FSFunction in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as FSFunctionMethods in org.xhtmlrenderer.render that return FSFunctionConstructors in org.xhtmlrenderer.render with parameters of type FSFunctionModifierConstructorDescriptionInlineBox
(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)