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 |
isDeferred()
Returns
true if this script is deferred. |
boolean |
isExecuted()
Returns if executed.
|
void |
markAsCreatedByDomParser()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
void |
setExecuted(boolean executed)
Sets if executed.
|
boolean |
wasCreatedByDomParser()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
boolean isExecuted()
boolean isDeferred()
true
if this script is deferred.true
if this script is deferredvoid 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.String getCharsetAttribute()
charset
. Refer to the
HTML 4.01
documentation for details on the use of this attribute.charset
or an empty string if that attribute isn't defined.void markAsCreatedByDomParser()
boolean wasCreatedByDomParser()
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.