public interface ScriptElement
Modifier and Type | Method and Description |
---|---|
String |
getScriptCharset () |
String |
getScriptSource () |
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 getScriptSource()
String getScriptCharset()
void markAsCreatedByDomParser()
boolean wasCreatedByDomParser()
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.