Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.css.parser.property
Class CounterPropertyBuilder

java.lang.Object
  extended by org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
      extended by org.xhtmlrenderer.css.parser.property.CounterPropertyBuilder
All Implemented Interfaces:
PropertyBuilder
Direct Known Subclasses:
CounterPropertyBuilder.CounterIncrement, CounterPropertyBuilder.CounterReset

public abstract class CounterPropertyBuilder
extends AbstractPropertyBuilder


Nested Class Summary
static class CounterPropertyBuilder.CounterIncrement
           
static class CounterPropertyBuilder.CounterReset
           
 
Constructor Summary
CounterPropertyBuilder()
           
 
Method Summary
 java.util.List buildDeclarations(CSSName cssName, java.util.List values, int origin, boolean important, boolean inheritAllowed)
          Builds a list of PropertyDeclaration objects for the CSS property cssName.
 
Methods inherited from class org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
buildDeclarations
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterPropertyBuilder

public CounterPropertyBuilder()
Method Detail

buildDeclarations

public java.util.List buildDeclarations(CSSName cssName,
                                        java.util.List values,
                                        int origin,
                                        boolean important,
                                        boolean inheritAllowed)
Description copied from interface: PropertyBuilder
Builds a list of PropertyDeclaration objects for the CSS property cssName. values must contain CSSPrimitiveValue objects.


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home