public interface PropertyBuilder
| Modifier and Type | Method and Description |
|---|---|
List |
buildDeclarations(CSSName cssName,
List values,
int origin,
boolean important) |
List |
buildDeclarations(CSSName cssName,
List values,
int origin,
boolean important,
boolean inheritAllowed)
Builds a list of
PropertyDeclaration objects for the CSS
property cssName. |
Copyright © 2011-2013. All Rights Reserved.