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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic 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–2019 JBoss by Red Hat. All rights reserved.