Class QuotesPropertyBuilder
java.lang.Object
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
org.xhtmlrenderer.css.parser.property.QuotesPropertyBuilder
- All Implemented Interfaces:
PropertyBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertNoOperator
(PropertyValue cssPrimitiveValue) private void
assertValueIsString
(PropertyValue value) buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) Builds a list ofPropertyDeclaration
objects for the CSS propertycssName
.getStringValues
(List<? extends CSSPrimitiveValue> values) Methods inherited from class org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
assertFoundUpToValues, buildDeclarations, checkIdent, checkIdentLengthNumberOrPercentType, checkIdentLengthOrPercentType, checkIdentOrColorType, checkIdentOrIntegerType, checkIdentOrLengthType, checkIdentOrNumberType, checkIdentOrString, checkIdentOrURIType, checkIdentType, checkInheritAll, checkInheritAllowed, checkInteger, checkLengthOrPercentType, checkLengthType, checkNumberType, checkValidity, copyOf, isLength
-
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 ofPropertyDeclaration
objects for the CSS propertycssName
.values
must containCSSPrimitiveValue
objects. -
getStringValues
@Nonnull @CheckReturnValue private List<String> getStringValues(List<? extends CSSPrimitiveValue> values) -
assertNoOperator
-
assertValueIsString
-