| java.lang.Object org.w3c.jigsaw.html.HtmlStyle
HtmlStyle | public class HtmlStyle (Code) | | a sample Style class for HTML documents
|
append | public void append(String str1)(Code) | | append a string to the style buffer
Parameters: str1 - A string to be append |
setType | public void setType(MimeType type)(Code) | | set the type of style sheet used
Parameters: style - the sheet's MimeType. |
toString | public String toString()(Code) | | genereate a String representation that can be
append in a HTML document
|
|
|