Package org.xhtmlrenderer.context
Class ContentFunctionFactory.PageCounterFunction
java.lang.Object
org.xhtmlrenderer.context.ContentFunctionFactory.PageNumberFunction
org.xhtmlrenderer.context.ContentFunctionFactory.PageCounterFunction
- All Implemented Interfaces:
ContentFunction
- Enclosing class:
- ContentFunctionFactory
private static class ContentFunctionFactory.PageCounterFunction
extends ContentFunctionFactory.PageNumberFunction
implements ContentFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculate
(RenderingContext c, FSFunction function, InlineText text) boolean
canHandle
(LayoutContext c, FSFunction function) Methods inherited from class org.xhtmlrenderer.context.ContentFunctionFactory.PageNumberFunction
calculate, getLayoutReplacementText, getListStyleType, isCounter, isStatic
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xhtmlrenderer.css.extend.ContentFunction
calculate, getLayoutReplacementText, isStatic
-
Constructor Details
-
PageCounterFunction
private PageCounterFunction()
-
-
Method Details
-
calculate
- Specified by:
calculate
in interfaceContentFunction
-
canHandle
- Specified by:
canHandle
in interfaceContentFunction
-