public class CSS extends Object implements Serializable
AttributeSet
s of Element
s.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(String name)
Returns an a given CSS attribute.
|
public CSS()
public static CSS.Attribute[] getAllAttributeKeys()
public static CSS.Attribute getAttribute(String name)
name
- - The name of the attribute.null
if
no attribute with that name exists.