public class CSS extends java.lang.Object implements java.io.Serializable
AttributeSets of Elements.| Modifier and Type | Class and Description |
|---|---|
static class |
CSS.Attribute |
| Constructor and Description |
|---|
CSS() |
| Modifier and Type | Method and Description |
|---|---|
static CSS.Attribute[] |
getAllAttributeKeys()
Returns an array of all CSS attributes.
|
static CSS.Attribute |
getAttribute(java.lang.String name)
Returns an a given CSS attribute.
|
public CSS()
public static CSS.Attribute[] getAllAttributeKeys()
public static CSS.Attribute getAttribute(java.lang.String name)
name - - The name of the attribute.null if
no attribute with that name exists.