Property | Type | Description | |
---|---|---|---|
Engine |
Method | Description | |
---|---|---|
ScriptableSvgWindow ( object baseObject, |
||
alert ( string message ) : void | ||
clearInterval ( string token ) : void | ||
clearTimeout ( string token ) : void | ||
getSrc ( ) : string | ||
parseXML ( string xml, IScriptableDocument owner ) : IScriptableNode | ||
printNode ( IScriptableNode node ) : string | ||
registerEval ( object scriptFunction ) : void | ||
setInterval ( object scriptOrClosure, ulong delay ) : string | ||
setSrc ( string newURL ) : void | ||
setTimeout ( object scriptOrClosure, ulong delay ) : string |
public ScriptableSvgWindow ( object baseObject, |
||
baseObject | object | |
engine | ||
return | System |
public parseXML ( string xml, IScriptableDocument owner ) : IScriptableNode | ||
xml | string | |
owner | IScriptableDocument | |
return | IScriptableNode |
public printNode ( IScriptableNode node ) : string | ||
node | IScriptableNode | |
return | string |
public registerEval ( object scriptFunction ) : void | ||
scriptFunction | object | |
return | void |
public setInterval ( object scriptOrClosure, ulong delay ) : string | ||
scriptOrClosure | object | |
delay | ulong | |
return | string |
public setTimeout ( object scriptOrClosure, ulong delay ) : string | ||
scriptOrClosure | object | |
delay | ulong | |
return | string |