public class StyleSheetClass extends Object
| Constructor and Description |
|---|
StyleSheetClass(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Iterator |
getProperties() |
StyleSheetProperty |
getProperty(String name) |
int |
getPropertyCount() |
void |
removeProperty(String name) |
void |
setProperty(String name,
String value) |
public StyleSheetClass(String id)
public String getId()
public Iterator getProperties()
public StyleSheetProperty getProperty(String name)
public int getPropertyCount()
public void removeProperty(String name)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}