@NotThreadSafe public class CSSDeclarationContainer extends CSSDeclarationList
CSSDeclaration objects. In contrary
to CSSDeclarationList this class emits block level elements around
the declarations as used in style rules etc.modCount| Constructor and Description |
|---|
CSSDeclarationContainer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsCSSString(ICSSWriterSettings aSettings,
int nIndentLevel)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
addDeclaration, addDeclaration, getAllDeclarations, getAllDeclarationsOfPropertyName, getDeclarationAtIndex, getDeclarationCount, getDeclarationOfPropertyName, hasDeclarations, removeAllDeclarations, removeDeclaration, removeDeclaration, setDeclarationAtIndexgetSourceLocation, setSourceLocation, toStringcreateFiltered, createFiltered, createFiltered, createFiltered, createInstance, getCloneadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitaddDeclaration, getAllDeclarationsOfPropertyNameCaseInsensitive, getDeclarationOfPropertyNameCaseInsensitivegetAsCSSString, getAsCSSStringgetAll, getAllInstanceOf, getAllMapped, getAllMapped, getAsUnmodifiable, getAtIndex, getFirst, getFirst, getLast, getLast, getSortedInline, removeAndReturnElementAtIndex, removeAtIndex, removeFirst, removeLast, reverse, setFirst, setLast, swapItemsadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayaddAll, addAll, addAll, addAll, addAll, addAll, addAll, addAll, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addAllMapped, addIf, addIfNotNull, addObject, getAtIndex, getAtIndex, getAtIndex, getAtIndexMapped, getAtIndexMapped, getAtIndexMapped, getAtIndexMapped, getCopyAsList, getCount, getSorted, iterator2, removeAll, removeObject, set, setAll, setAllparallelStream, removeIf, streamcontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEachBreakable, forEachByIndex, getCount@Nonnull @Nonempty public String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel)
ICSSWriteablegetAsCSSString in interface ICSSWriteablegetAsCSSString in class CSSWritableList<CSSDeclaration>aSettings - The settings to be used to format the output. May not be
null.nIndentLevel - The current indentation levelnull.Copyright © 2014–2018 Philip Helger. All rights reserved.