메소드 | 설명 | |
---|---|---|
IDOMEventListenerForClicks ( WebKit.DOMNode nd ) : System | ||
callWebScriptMethod ( string name, object &args, int cArgs ) : object | ||
evaluateWebScript ( string script ) : object | ||
handleEvent ( IDOMEvent evt ) : void | ||
removeWebScriptKey ( string name ) : void | ||
setException ( string description ) : void | ||
setWebScriptValueAtIndex ( uint index, object val ) : void | ||
stringRepresentation ( ) : string | ||
throwException ( string exceptionMessage ) : int | ||
webScriptValueAtIndex ( uint index ) : object |
public IDOMEventListenerForClicks ( WebKit.DOMNode nd ) : System | ||
nd | WebKit.DOMNode | |
리턴 | System |
public callWebScriptMethod ( string name, object &args, int cArgs ) : object | ||
name | string | |
args | object | |
cArgs | int | |
리턴 | object |
public evaluateWebScript ( string script ) : object | ||
script | string | |
리턴 | object |
public setWebScriptValueAtIndex ( uint index, object val ) : void | ||
index | uint | |
val | object | |
리턴 | void |
public throwException ( string exceptionMessage ) : int | ||
exceptionMessage | string | |
리턴 | int |
public webScriptValueAtIndex ( uint index ) : object | ||
index | uint | |
리턴 | object |