|
Common DOM API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Script statements. See the SCRIPT element definition in HTML 4.0.
See also the Document Object Model (DOM) Level 2 Specification.
Field Summary |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary | |
String |
getCharset()
The character encoding of the linked resource. |
boolean |
getDefer()
Indicates that the user agent can defer processing of the script. |
String |
getEvent()
Reserved for future use. |
String |
getHtmlFor()
Reserved for future use. |
String |
getSrc()
URI designating an external script. |
String |
getText()
The script content of the element. |
String |
getType()
The content type of the script language. |
void |
setCharset(String charset)
|
void |
setDefer(boolean defer)
|
void |
setEvent(String event)
|
void |
setHtmlFor(String htmlFor)
|
void |
setSrc(String src)
|
void |
setText(String text)
|
void |
setType(String type)
|
Methods inherited from interface org.w3c.dom.html.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Method Detail |
public String getText()
public void setText(String text)
public String getHtmlFor()
public void setHtmlFor(String htmlFor)
public String getEvent()
public void setEvent(String event)
public String getCharset()
public void setCharset(String charset)
public boolean getDefer()
public void setDefer(boolean defer)
public String getSrc()
public void setSrc(String src)
public String getType()
public void setType(String type)
|
Common DOM API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |