public class InvalidPropertyDeclaration extends PropertyDeclaration
IMPORTANCE_AND_ORIGIN_COUNT| Constructor and Description |
|---|
InvalidPropertyDeclaration(String propertyName,
List<PropertyValue> values,
int origin,
boolean important,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
Holds the order so as to recreate a list of invalid and valid
properties in their original order.
|
String |
getPropertyName()
Returns the CSS name of this property, e.g.
|
void |
toCSS(StringBuilder sb) |
asIdentValue, getCSSName, getDeclarationStandardText, getFingerprint, getImportanceAndOrigin, getOrigin, getValue, isImportant, toStringpublic InvalidPropertyDeclaration(String propertyName, List<PropertyValue> values, int origin, boolean important, int order)
public void toCSS(StringBuilder sb)
toCSS in class PropertyDeclarationpublic String getPropertyName()
PropertyDeclarationgetPropertyName in class PropertyDeclarationpublic int getOrder()
Copyright © 2004–2025. All rights reserved.