public class CssRule extends ArrayList<CssValue>
modCount
Modifier and Type | Method and Description |
---|---|
String |
formatValues() |
String |
getSelector() |
CssValue |
getValue(CssProperty property) |
CssRule |
readValues(String ruleString) |
CssValue |
setValue(CssProperty property,
String value) |
String |
toString() |
add, 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, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public CssRule(String selector)
public String getSelector()
public CssValue setValue(CssProperty property, String value)
public CssValue getValue(CssProperty property)
public String formatValues()
public String toString()
toString
in class AbstractCollection<CssValue>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.