프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Engine |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |
public parseXML ( string xml, IScriptableDocument owner ) : IScriptableNode | ||
xml | string | |
owner | IScriptableDocument | |
리턴 | IScriptableNode |
public printNode ( IScriptableNode node ) : string | ||
node | IScriptableNode | |
리턴 | string |
public registerEval ( object scriptFunction ) : void | ||
scriptFunction | object | |
리턴 | void |
public setInterval ( object scriptOrClosure, ulong delay ) : string | ||
scriptOrClosure | object | |
delay | ulong | |
리턴 | string |
public setTimeout ( object scriptOrClosure, ulong delay ) : string | ||
scriptOrClosure | object | |
delay | ulong | |
리턴 | string |