| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.apache.xerces.dom.ChildNodeorg.apache.xerces.dom.ParentNodeorg.apache.xerces.dom.ElementImplorg.apache.html.dom.HTMLElementImplorg.apache.html.dom.HTMLScriptElementImplorg.w3c.dom.html.HTMLScriptElement, org.apache.xerces.dom.ElementImplField Summary |
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes, name | |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache, firstChild, ownerDocument | |
Constructor Summary | |
| |
Method Summary | |
String | |
boolean |
|
String |
|
String | |
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.html.dom.HTMLElementImpl | |
getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle | |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setOwnerDocument, setReadOnly, setTextContent, synchronizeChildren | |
public HTMLScriptElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner- The owner HTML document
public String getCharset()
public boolean getDefer()
public String getEvent()
public String getHtmlFor()
public String getSrc()
public String getText()
public String getType()
public void setCharset(String charset)
public void setDefer(boolean defer)
public void setEvent(String event)
public void setHtmlFor(String htmlFor)
public void setSrc(String src)
public void setText(String text)
public void setType(String type)