|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Script statements. See the SCRIPT element definition in HTML 4.0.
Method Summary | |
java.lang.String |
getCharset()
The character encoding of the linked resource. |
boolean |
getDefer()
Indicates that the user agent can defer processing of the script. |
java.lang.String |
getEvent()
Reserved for future use. |
java.lang.String |
getHtmlFor()
Reserved for future use. |
java.lang.String |
getSrc()
URI designating an external script. |
java.lang.String |
getText()
The script content of the element. |
java.lang.String |
getType()
The content type of the script language. |
void |
setCharset(java.lang.String charset)
|
void |
setDefer(boolean defer)
|
void |
setEvent(java.lang.String event)
|
void |
setHtmlFor(java.lang.String htmlFor)
|
void |
setSrc(java.lang.String src)
|
void |
setText(java.lang.String text)
|
void |
setType(java.lang.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,
getSchemaTypeInfo,
getTagName,
hasAttribute,
hasAttributeNS,
removeAttribute,
removeAttributeNode,
removeAttributeNS,
setAttribute,
setAttributeNode,
setAttributeNodeNS,
setAttributeNS,
setIdAttribute,
setIdAttributeNode,
setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild,
cloneNode,
compareDocumentPosition,
getAttributes,
getBaseURI,
getChildNodes,
getFeature,
getFirstChild,
getLastChild,
getLocalName,
getNamespaceURI,
getNextSibling,
getNodeName,
getNodeType,
getNodeValue,
getOwnerDocument,
getParentNode,
getPrefix,
getPreviousSibling,
getTextContent,
getUserData,
hasAttributes,
hasChildNodes,
insertBefore,
isDefaultNamespace,
isEqualNode,
isSameNode,
isSupported,
lookupNamespaceURI,
lookupPrefix,
normalize,
removeChild,
replaceChild,
setNodeValue,
setPrefix,
setTextContent,
setUserData |
Method Detail |
public java.lang.String getText()
public void setText(java.lang.String text)
public java.lang.String getHtmlFor()
public void setHtmlFor(java.lang.String htmlFor)
public java.lang.String getEvent()
public void setEvent(java.lang.String event)
public java.lang.String getCharset()
public void setCharset(java.lang.String charset)
public boolean getDefer()
public void setDefer(boolean defer)
public java.lang.String getSrc()
public void setSrc(java.lang.String src)
public java.lang.String getType()
public void setType(java.lang.String type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |