List<PropertyDeclaration> |
AbstractPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important) |
|
List<PropertyDeclaration> |
BackgroundPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
BorderSpacingPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
ContentPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
CounterPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
FontPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
ListStylePropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.BackgroundImage.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.BackgroundPosition.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.BackgroundSize.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.ColumnCount.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontFamily.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontSize.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FontWeight.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.FSPDFFontEncoding.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.LineHeight.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Page.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Position.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.Src.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TextDecoration.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginX.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformOriginY.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.TransformPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PrimitivePropertyBuilders.ZIndex.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
PropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important) |
|
List<PropertyDeclaration> |
PropertyBuilder.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> |
QuotesPropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
List<PropertyDeclaration> |
SizePropertyBuilder.buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|
protected List<PropertyDeclaration> |
AbstractPropertyBuilder.checkInheritAll(CSSName[] all,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed) |
|