Mac OS X Reference Library Apple Developer
Search

SVGElementInstance.idl

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

#
addEventListener
dispatchEvent
removeEventListener

#



interface     SVGElementInstance  #if ( defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C)  
#endif 
/* defined(LANGUAGE_OBJECTIVE_C) */
readonly attribute SVGElement correspondingElement;  readonly attribute SVGUseElement correspondingUseElement;  readonly attribute SVGElementInstance parentNode;  readonly attribute SVGElementInstanceList childNodes;  readonly attribute SVGElementInstance firstChild;  readonly attribute SVGElementInstance lastChild;  readonly attribute SVGElementInstance previousSibling;  readonly attribute SVGElementInstance nextSibling;   // EventTarget 
#if ( !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C)  
attribute EventListener onabort;  attribute EventListener onblur;  attribute EventListener onchange;  attribute EventListener onclick;  attribute EventListener oncontextmenu;  attribute EventListener ondblclick;  attribute EventListener onerror;  attribute EventListener onfocus;  attribute EventListener oninput;  attribute EventListener onkeydown;  attribute EventListener onkeypress;  attribute EventListener onkeyup;  attribute EventListener onload;  attribute EventListener onmousedown;  attribute EventListener onmousemove;  attribute EventListener onmouseout;  attribute EventListener onmouseover;  attribute EventListener onmouseup;  attribute EventListener onmousewheel;  attribute EventListener onbeforecut;  attribute EventListener oncut;  attribute EventListener onbeforecopy;  attribute EventListener oncopy;  attribute EventListener onbeforepaste;  attribute EventListener onpaste;  attribute EventListener ondragenter;  attribute EventListener ondragover;  attribute EventListener ondragleave;  attribute EventListener ondrop;  attribute EventListener ondragstart;  attribute EventListener ondrag;  attribute EventListener ondragend;  attribute EventListener onreset;  attribute EventListener onresize;  attribute EventListener onscroll;  attribute EventListener onsearch;  attribute EventListener onselect;  attribute EventListener onselectstart;  attribute EventListener onsubmit;  attribute EventListener onunload;   void addEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture);  void removeEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture);  boolean dispatchEvent(
    in Event event) raises(EventException);  #endif 
/* defined(LANGUAGE_OBJECTIVE_C) */;

Module

svg


addEventListener



void addEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 

Module

svg


dispatchEvent



boolean dispatchEvent(
    in Event event) raises(EventException); 

Module

svg


removeEventListener



void removeEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 

Module

svg

Globals

childNodes
correspondingElement
correspondingUseElement
firstChild
lastChild
nextSibling
onabort
onbeforecopy
onbeforecut
onbeforepaste
onblur
onchange
onclick
oncontextmenu
oncopy
oncut
ondblclick
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
onerror
onfocus
oninput
onkeydown
onkeypress
onkeyup
onload
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onpaste
onreset
onresize
onscroll
onsearch
onselect
onselectstart
onsubmit
onunload
parentNode
previousSibling

childNodes



readonly attribute SVGElementInstanceList childNodes; 

Module

svg


correspondingElement



readonly attribute SVGElement correspondingElement; 

Module

svg


correspondingUseElement



readonly attribute SVGUseElement correspondingUseElement; 

Module

svg


firstChild



readonly attribute SVGElementInstance firstChild; 

Module

svg


lastChild



readonly attribute SVGElementInstance lastChild; 

Module

svg


nextSibling



readonly attribute SVGElementInstance nextSibling; 

Module

svg


onabort



attribute EventListener onabort; 

Module

svg


onbeforecopy



attribute EventListener onbeforecopy; 

Module

svg


onbeforecut



attribute EventListener onbeforecut; 

Module

svg


onbeforepaste



attribute EventListener onbeforepaste; 

Module

svg


onblur



attribute EventListener onblur; 

Module

svg


onchange



attribute EventListener onchange; 

Module

svg


onclick



attribute EventListener onclick; 

Module

svg


oncontextmenu



attribute EventListener oncontextmenu; 

Module

svg


oncopy



attribute EventListener oncopy; 

Module

svg


oncut



attribute EventListener oncut; 

Module

svg


ondblclick



attribute EventListener ondblclick; 

Module

svg


ondrag



attribute EventListener ondrag; 

Module

svg


ondragend



attribute EventListener ondragend; 

Module

svg


ondragenter



attribute EventListener ondragenter; 

Module

svg


ondragleave



attribute EventListener ondragleave; 

Module

svg


ondragover



attribute EventListener ondragover; 

Module

svg


ondragstart



attribute EventListener ondragstart; 

Module

svg


ondrop



attribute EventListener ondrop; 

Module

svg


onerror



attribute EventListener onerror; 

Module

svg


onfocus



attribute EventListener onfocus; 

Module

svg


oninput



attribute EventListener oninput; 

Module

svg


onkeydown



attribute EventListener onkeydown; 

Module

svg


onkeypress



attribute EventListener onkeypress; 

Module

svg


onkeyup



attribute EventListener onkeyup; 

Module

svg


onload



attribute EventListener onload; 

Module

svg


onmousedown



attribute EventListener onmousedown; 

Module

svg


onmousemove



attribute EventListener onmousemove; 

Module

svg


onmouseout



attribute EventListener onmouseout; 

Module

svg


onmouseover



attribute EventListener onmouseover; 

Module

svg


onmouseup



attribute EventListener onmouseup; 

Module

svg


onmousewheel



attribute EventListener onmousewheel; 

Module

svg


onpaste



attribute EventListener onpaste; 

Module

svg


onreset



attribute EventListener onreset; 

Module

svg


onresize



attribute EventListener onresize; 

Module

svg


onscroll



attribute EventListener onscroll; 

Module

svg


onsearch



attribute EventListener onsearch; 

Module

svg


onselect



attribute EventListener onselect; 

Module

svg


onselectstart



attribute EventListener onselectstart; 

Module

svg


onsubmit



attribute EventListener onsubmit; 

Module

svg


onunload



attribute EventListener onunload; 

Module

svg


parentNode



readonly attribute SVGElementInstance parentNode; 

Module

svg


previousSibling



readonly attribute SVGElementInstance previousSibling; 

Module

svg

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27