| java.lang.Object org.w3c.jigsaw.html.HtmlScript
HtmlScript | public class HtmlScript (Code) | | a sample Script class for HTML documents
|
append | public void append(String str1)(Code) | | append a string to the script buffer
Parameters: str1 - A string to be append |
setLanguage | public void setLanguage(String lang)(Code) | | set the type of script used
Parameters: script - the type |
toString | public String toString()(Code) | | genereate a String representation that can be
append in a HTML document
|
|
|