Main |
Main.appendChild(int index,
com.hp.gagawa.java.Node child) |
Appends a child node at the given index
|
Main |
Main.appendChild(com.hp.gagawa.java.Node child) |
Appends a child node to the end of this element's DOM tree
|
Main |
Main.appendChild(com.hp.gagawa.java.Node... children) |
Appends the given children in the order given
|
Main |
Main.appendChild(List<com.hp.gagawa.java.Node> children) |
Appends a list of children in the order given in the list.
|
Main |
Main.appendText(String text) |
Convenience method which appends a text node to this element.
|
Main |
Main.removeChild(com.hp.gagawa.java.Node child) |
Removes the given child node
|
Main |
Main.removeChildren() |
Removes all child nodes
|
Main |
Main.setCSSClass(String value) |
Sets the value of the class attribute, raw (unescaped).
|
Main |
Main.setDir(String value) |
Sets the value of the dir attribute, raw (unescaped).
|
Main |
Main.setId(String value) |
Sets the value of the ID attribute, raw (unescaped).
|
Main |
Main.setLang(String value) |
Sets the value of the lang attribute, raw (unescaped).
|
Main |
Main.setStyle(String value) |
Sets the value of the style attribute, raw (unescaped).
|
Main |
Main.setTitle(String value) |
Sets the value of the title attribute, raw (unescaped).
|