public abstract class BaseRule
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
BaseRule(BaseRule other) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
get(java.lang.String property) |
boolean |
isEmpty() |
java.util.Iterator |
properties() |
abstract void |
serialize(java.io.PrintWriter out) |
void |
serializeProperties(java.io.PrintWriter out,
boolean newlines) |
void |
set(java.lang.String property,
CSSValue value) |
java.lang.String |
toString() |
protected BaseRule(BaseRule other)
public CSSValue get(java.lang.String property)
public boolean isEmpty()
public java.util.Iterator properties()
public abstract void serialize(java.io.PrintWriter out)
public void serializeProperties(java.io.PrintWriter out, boolean newlines)
public void set(java.lang.String property, CSSValue value)
public java.lang.String toString()
toString
in class java.lang.Object