public class

HTMLScriptElementImpl

extends HTMLElementImpl
implements HTMLScriptElement
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ org.apache.xerces.dom.ChildNode
       ↳ org.apache.xerces.dom.ParentNode
         ↳ org.apache.xerces.dom.ElementImpl
           ↳ org.apache.html.dom.HTMLElementImpl
             ↳ org.apache.html.dom.HTMLScriptElementImpl

Class Overview

@xerces.internal

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
HTMLScriptElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
String getCharset()
boolean getDefer()
String getEvent()
String getHtmlFor()
String getSrc()
String getText()
String getType()
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)
[Expand]
Inherited Methods
From class org.apache.html.dom.HTMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.html.HTMLElement
From interface org.w3c.dom.html.HTMLScriptElement

Public Constructors

public HTMLScriptElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

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)