Class CSSDeclarationList

All Implemented Interfaces:
com.helger.commons.collection.impl.ICommonsCollection<CSSDeclaration>, com.helger.commons.collection.impl.ICommonsIterable<CSSDeclaration>, com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>, com.helger.commons.lang.ICloneable<com.helger.commons.collection.impl.ICommonsList<CSSDeclaration>>, com.helger.commons.lang.IHasSize, com.helger.commons.traits.IGenericImplTrait<CSSDeclarationList>, IHasCSSDeclarations<CSSDeclarationList>, ICSSSourceLocationAware, ICSSWriteable, Serializable, Cloneable, Iterable<CSSDeclaration>, Collection<CSSDeclaration>, List<CSSDeclaration>, RandomAccess, SequencedCollection<CSSDeclaration>
Direct Known Subclasses:
CSSDeclarationContainer

@NotThreadSafe public class CSSDeclarationList extends CSSWritableList<CSSDeclaration> implements IHasCSSDeclarations<CSSDeclarationList>
Represents a list of CSSDeclaration objects. This class emits all declarations in a row, without any surrounding block elements.
Author:
Philip Helger
See Also: