Class PrimitivePropertyBuilders.Orphans

java.lang.Object
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders.Orphans
All Implemented Interfaces:
PropertyBuilder
Enclosing class:
PrimitivePropertyBuilders

public static class PrimitivePropertyBuilders.Orphans extends AbstractPropertyBuilder
  • Constructor Details

    • Orphans

      public Orphans()
  • Method Details

    • isNegativeValuesAllowed

      protected boolean isNegativeValuesAllowed()
    • buildDeclarations

      public List<PropertyDeclaration> buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin 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.