public abstract class Element
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
elements |
static java.lang.String |
styles |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
quote(java.lang.String s)
Add quotes around the given string.
|
abstract java.lang.String |
toJSON()
Convert to JSON.
|
public static final java.lang.String styles
public static final java.lang.String elements