Class QuotesPropertyBuilder

java.lang.Object
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
org.xhtmlrenderer.css.parser.property.QuotesPropertyBuilder
All Implemented Interfaces:
PropertyBuilder

public class QuotesPropertyBuilder extends AbstractPropertyBuilder
  • Constructor Details

    • QuotesPropertyBuilder

      public QuotesPropertyBuilder()
  • Method Details

    • buildDeclarations

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

      @Nonnull @CheckReturnValue private List<String> getStringValues(List<? extends CSSPrimitiveValue> values)
    • assertNoOperator

      private void assertNoOperator(PropertyValue cssPrimitiveValue)
    • assertValueIsString

      private void assertValueIsString(PropertyValue value)