public interface ScriptElement
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetAttribute()
Returns the value of the attribute
charset. |
String |
getSrcAttribute()
Returns the value of the attribute
src. |
boolean |
isExecuted()
Returns if executed.
|
void |
setExecuted(boolean executed)
Sets if executed.
|
boolean isExecuted()
void setExecuted(boolean executed)
executed - if executedString getSrcAttribute()
src. Refer to the
HTML 4.01
documentation for details on the use of this attribute.src
or an empty string if that attribute isn't defined.Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.