| java.lang.Object org.w3c.jigsaw.html.HtmlHead
addBase | public void addBase(String base)(Code) | | set the HREF part of the BASE element
|
addLink | public void addLink(HtmlLink link)(Code) | | Add a link to the head
Parameters: link - an HtmlLink |
addMeta | public void addMeta(String name, String value)(Code) | | Add some meta-http-equiv information
name, the name of the meta-http value, the name of the meta-http |
addScript | public void addScript(String lang, String script)(Code) | | Create and add/replace a new script in the head
lang, the scripting language style, the full text (or a part) of the script |
addScript | public void addScript(String script)(Code) | | Add or append script to the current Style
script, the full text (or a part) of the script. |
addStyle | public void addStyle(MimeType type, String style)(Code) | | Create and add/replace a new style in the head
type, the MimeType of the style style, the full text of the style sheet |
addStyle | public void addStyle(String style)(Code) | | Add or append style to the current Style
style, the full text of the style sheet to append |
toString | public String toString()(Code) | | generate a String format of the HEAD element that can
be inserted in a HTML document
|
|
|