public interface PropertyBuilder
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDeclaration> |
buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important) |
List<PropertyDeclaration> |
buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed)
Builds a list of
PropertyDeclaration objects for the CSS
property cssName. |
List<PropertyDeclaration> buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed)
PropertyDeclaration objects for the CSS
property cssName. values must contain
CSSPrimitiveValue objects.List<PropertyDeclaration> buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important)
Copyright © 2004–2025. All rights reserved.