Class InvalidPropertyDeclaration


  • public class InvalidPropertyDeclaration
    extends PropertyDeclaration
    Holds an invalid property declaration (ie. one not understood by this project). Useful for passing to plugins such as SVG. WARNING: This is not a general subclass of PropertyDeclaration, the only method which should be used is toCSS.
    • Field Detail

      • propertyName

        private final java.lang.String propertyName
      • order

        private final int order
    • Constructor Detail

      • InvalidPropertyDeclaration

        public InvalidPropertyDeclaration​(java.lang.String propertyName,
                                          java.util.List<PropertyValue> values,
                                          int origin,
                                          boolean important,
                                          int order)
    • Method Detail

      • getOrder

        public int getOrder()
        Holds the order so as to recreate a list of invalid and valid properties in their original order.