Class CSSDeclarationList

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ELEMENTTYPE>
com.helger.commons.collection.impl.CommonsArrayList<DATATYPE>
com.helger.css.decl.CSSWritableList<CSSDeclaration>
com.helger.css.decl.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
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: