| Index: client/dom/generated/src/wrapping/_SVGElementInstanceWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SVGElementInstanceWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGElementInstanceWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..baaa9f9e0eae1be413b787d25420ea5dc8896daf
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/wrapping/_SVGElementInstanceWrappingImplementation.dart
|
| @@ -0,0 +1,308 @@
|
| +// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +class _SVGElementInstanceWrappingImplementation extends DOMWrapperBase implements SVGElementInstance {
|
| + _SVGElementInstanceWrappingImplementation() : super() {}
|
| +
|
| + static create__SVGElementInstanceWrappingImplementation() native {
|
| + return new _SVGElementInstanceWrappingImplementation();
|
| + }
|
| +
|
| + SVGElementInstanceList get childNodes() { return _get_childNodes(this); }
|
| + static SVGElementInstanceList _get_childNodes(var _this) native;
|
| +
|
| + SVGElement get correspondingElement() { return _get_correspondingElement(this); }
|
| + static SVGElement _get_correspondingElement(var _this) native;
|
| +
|
| + SVGUseElement get correspondingUseElement() { return _get_correspondingUseElement(this); }
|
| + static SVGUseElement _get_correspondingUseElement(var _this) native;
|
| +
|
| + SVGElementInstance get firstChild() { return _get_firstChild(this); }
|
| + static SVGElementInstance _get_firstChild(var _this) native;
|
| +
|
| + SVGElementInstance get lastChild() { return _get_lastChild(this); }
|
| + static SVGElementInstance _get_lastChild(var _this) native;
|
| +
|
| + SVGElementInstance get nextSibling() { return _get_nextSibling(this); }
|
| + static SVGElementInstance _get_nextSibling(var _this) native;
|
| +
|
| + EventListener get onabort() { return _get_onabort(this); }
|
| + static EventListener _get_onabort(var _this) native;
|
| +
|
| + void set onabort(EventListener value) { _set_onabort(this, value); }
|
| + static void _set_onabort(var _this, EventListener value) native;
|
| +
|
| + EventListener get onbeforecopy() { return _get_onbeforecopy(this); }
|
| + static EventListener _get_onbeforecopy(var _this) native;
|
| +
|
| + void set onbeforecopy(EventListener value) { _set_onbeforecopy(this, value); }
|
| + static void _set_onbeforecopy(var _this, EventListener value) native;
|
| +
|
| + EventListener get onbeforecut() { return _get_onbeforecut(this); }
|
| + static EventListener _get_onbeforecut(var _this) native;
|
| +
|
| + void set onbeforecut(EventListener value) { _set_onbeforecut(this, value); }
|
| + static void _set_onbeforecut(var _this, EventListener value) native;
|
| +
|
| + EventListener get onbeforepaste() { return _get_onbeforepaste(this); }
|
| + static EventListener _get_onbeforepaste(var _this) native;
|
| +
|
| + void set onbeforepaste(EventListener value) { _set_onbeforepaste(this, value); }
|
| + static void _set_onbeforepaste(var _this, EventListener value) native;
|
| +
|
| + EventListener get onblur() { return _get_onblur(this); }
|
| + static EventListener _get_onblur(var _this) native;
|
| +
|
| + void set onblur(EventListener value) { _set_onblur(this, value); }
|
| + static void _set_onblur(var _this, EventListener value) native;
|
| +
|
| + EventListener get onchange() { return _get_onchange(this); }
|
| + static EventListener _get_onchange(var _this) native;
|
| +
|
| + void set onchange(EventListener value) { _set_onchange(this, value); }
|
| + static void _set_onchange(var _this, EventListener value) native;
|
| +
|
| + EventListener get onclick() { return _get_onclick(this); }
|
| + static EventListener _get_onclick(var _this) native;
|
| +
|
| + void set onclick(EventListener value) { _set_onclick(this, value); }
|
| + static void _set_onclick(var _this, EventListener value) native;
|
| +
|
| + EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
|
| + static EventListener _get_oncontextmenu(var _this) native;
|
| +
|
| + void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value); }
|
| + static void _set_oncontextmenu(var _this, EventListener value) native;
|
| +
|
| + EventListener get oncopy() { return _get_oncopy(this); }
|
| + static EventListener _get_oncopy(var _this) native;
|
| +
|
| + void set oncopy(EventListener value) { _set_oncopy(this, value); }
|
| + static void _set_oncopy(var _this, EventListener value) native;
|
| +
|
| + EventListener get oncut() { return _get_oncut(this); }
|
| + static EventListener _get_oncut(var _this) native;
|
| +
|
| + void set oncut(EventListener value) { _set_oncut(this, value); }
|
| + static void _set_oncut(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondblclick() { return _get_ondblclick(this); }
|
| + static EventListener _get_ondblclick(var _this) native;
|
| +
|
| + void set ondblclick(EventListener value) { _set_ondblclick(this, value); }
|
| + static void _set_ondblclick(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondrag() { return _get_ondrag(this); }
|
| + static EventListener _get_ondrag(var _this) native;
|
| +
|
| + void set ondrag(EventListener value) { _set_ondrag(this, value); }
|
| + static void _set_ondrag(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondragend() { return _get_ondragend(this); }
|
| + static EventListener _get_ondragend(var _this) native;
|
| +
|
| + void set ondragend(EventListener value) { _set_ondragend(this, value); }
|
| + static void _set_ondragend(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondragenter() { return _get_ondragenter(this); }
|
| + static EventListener _get_ondragenter(var _this) native;
|
| +
|
| + void set ondragenter(EventListener value) { _set_ondragenter(this, value); }
|
| + static void _set_ondragenter(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondragleave() { return _get_ondragleave(this); }
|
| + static EventListener _get_ondragleave(var _this) native;
|
| +
|
| + void set ondragleave(EventListener value) { _set_ondragleave(this, value); }
|
| + static void _set_ondragleave(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondragover() { return _get_ondragover(this); }
|
| + static EventListener _get_ondragover(var _this) native;
|
| +
|
| + void set ondragover(EventListener value) { _set_ondragover(this, value); }
|
| + static void _set_ondragover(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondragstart() { return _get_ondragstart(this); }
|
| + static EventListener _get_ondragstart(var _this) native;
|
| +
|
| + void set ondragstart(EventListener value) { _set_ondragstart(this, value); }
|
| + static void _set_ondragstart(var _this, EventListener value) native;
|
| +
|
| + EventListener get ondrop() { return _get_ondrop(this); }
|
| + static EventListener _get_ondrop(var _this) native;
|
| +
|
| + void set ondrop(EventListener value) { _set_ondrop(this, value); }
|
| + static void _set_ondrop(var _this, EventListener value) native;
|
| +
|
| + EventListener get onerror() { return _get_onerror(this); }
|
| + static EventListener _get_onerror(var _this) native;
|
| +
|
| + void set onerror(EventListener value) { _set_onerror(this, value); }
|
| + static void _set_onerror(var _this, EventListener value) native;
|
| +
|
| + EventListener get onfocus() { return _get_onfocus(this); }
|
| + static EventListener _get_onfocus(var _this) native;
|
| +
|
| + void set onfocus(EventListener value) { _set_onfocus(this, value); }
|
| + static void _set_onfocus(var _this, EventListener value) native;
|
| +
|
| + EventListener get oninput() { return _get_oninput(this); }
|
| + static EventListener _get_oninput(var _this) native;
|
| +
|
| + void set oninput(EventListener value) { _set_oninput(this, value); }
|
| + static void _set_oninput(var _this, EventListener value) native;
|
| +
|
| + EventListener get onkeydown() { return _get_onkeydown(this); }
|
| + static EventListener _get_onkeydown(var _this) native;
|
| +
|
| + void set onkeydown(EventListener value) { _set_onkeydown(this, value); }
|
| + static void _set_onkeydown(var _this, EventListener value) native;
|
| +
|
| + EventListener get onkeypress() { return _get_onkeypress(this); }
|
| + static EventListener _get_onkeypress(var _this) native;
|
| +
|
| + void set onkeypress(EventListener value) { _set_onkeypress(this, value); }
|
| + static void _set_onkeypress(var _this, EventListener value) native;
|
| +
|
| + EventListener get onkeyup() { return _get_onkeyup(this); }
|
| + static EventListener _get_onkeyup(var _this) native;
|
| +
|
| + void set onkeyup(EventListener value) { _set_onkeyup(this, value); }
|
| + static void _set_onkeyup(var _this, EventListener value) native;
|
| +
|
| + EventListener get onload() { return _get_onload(this); }
|
| + static EventListener _get_onload(var _this) native;
|
| +
|
| + void set onload(EventListener value) { _set_onload(this, value); }
|
| + static void _set_onload(var _this, EventListener value) native;
|
| +
|
| + EventListener get onmousedown() { return _get_onmousedown(this); }
|
| + static EventListener _get_onmousedown(var _this) native;
|
| +
|
| + void set onmousedown(EventListener value) { _set_onmousedown(this, value); }
|
| + static void _set_onmousedown(var _this, EventListener value) native;
|
| +
|
| + EventListener get onmousemove() { return _get_onmousemove(this); }
|
| + static EventListener _get_onmousemove(var _this) native;
|
| +
|
| + void set onmousemove(EventListener value) { _set_onmousemove(this, value); }
|
| + static void _set_onmousemove(var _this, EventListener value) native;
|
| +
|
| + EventListener get onmouseout() { return _get_onmouseout(this); }
|
| + static EventListener _get_onmouseout(var _this) native;
|
| +
|
| + void set onmouseout(EventListener value) { _set_onmouseout(this, value); }
|
| + static void _set_onmouseout(var _this, EventListener value) native;
|
| +
|
| + EventListener get onmouseover() { return _get_onmouseover(this); }
|
| + static EventListener _get_onmouseover(var _this) native;
|
| +
|
| + void set onmouseover(EventListener value) { _set_onmouseover(this, value); }
|
| + static void _set_onmouseover(var _this, EventListener value) native;
|
| +
|
| + EventListener get onmouseup() { return _get_onmouseup(this); }
|
| + static EventListener _get_onmouseup(var _this) native;
|
| +
|
| + void set onmouseup(EventListener value) { _set_onmouseup(this, value); }
|
| + static void _set_onmouseup(var _this, EventListener value) native;
|
| +
|
| + EventListener get onmousewheel() { return _get_onmousewheel(this); }
|
| + static EventListener _get_onmousewheel(var _this) native;
|
| +
|
| + void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); }
|
| + static void _set_onmousewheel(var _this, EventListener value) native;
|
| +
|
| + EventListener get onpaste() { return _get_onpaste(this); }
|
| + static EventListener _get_onpaste(var _this) native;
|
| +
|
| + void set onpaste(EventListener value) { _set_onpaste(this, value); }
|
| + static void _set_onpaste(var _this, EventListener value) native;
|
| +
|
| + EventListener get onreset() { return _get_onreset(this); }
|
| + static EventListener _get_onreset(var _this) native;
|
| +
|
| + void set onreset(EventListener value) { _set_onreset(this, value); }
|
| + static void _set_onreset(var _this, EventListener value) native;
|
| +
|
| + EventListener get onresize() { return _get_onresize(this); }
|
| + static EventListener _get_onresize(var _this) native;
|
| +
|
| + void set onresize(EventListener value) { _set_onresize(this, value); }
|
| + static void _set_onresize(var _this, EventListener value) native;
|
| +
|
| + EventListener get onscroll() { return _get_onscroll(this); }
|
| + static EventListener _get_onscroll(var _this) native;
|
| +
|
| + void set onscroll(EventListener value) { _set_onscroll(this, value); }
|
| + static void _set_onscroll(var _this, EventListener value) native;
|
| +
|
| + EventListener get onsearch() { return _get_onsearch(this); }
|
| + static EventListener _get_onsearch(var _this) native;
|
| +
|
| + void set onsearch(EventListener value) { _set_onsearch(this, value); }
|
| + static void _set_onsearch(var _this, EventListener value) native;
|
| +
|
| + EventListener get onselect() { return _get_onselect(this); }
|
| + static EventListener _get_onselect(var _this) native;
|
| +
|
| + void set onselect(EventListener value) { _set_onselect(this, value); }
|
| + static void _set_onselect(var _this, EventListener value) native;
|
| +
|
| + EventListener get onselectstart() { return _get_onselectstart(this); }
|
| + static EventListener _get_onselectstart(var _this) native;
|
| +
|
| + void set onselectstart(EventListener value) { _set_onselectstart(this, value); }
|
| + static void _set_onselectstart(var _this, EventListener value) native;
|
| +
|
| + EventListener get onsubmit() { return _get_onsubmit(this); }
|
| + static EventListener _get_onsubmit(var _this) native;
|
| +
|
| + void set onsubmit(EventListener value) { _set_onsubmit(this, value); }
|
| + static void _set_onsubmit(var _this, EventListener value) native;
|
| +
|
| + EventListener get onunload() { return _get_onunload(this); }
|
| + static EventListener _get_onunload(var _this) native;
|
| +
|
| + void set onunload(EventListener value) { _set_onunload(this, value); }
|
| + static void _set_onunload(var _this, EventListener value) native;
|
| +
|
| + SVGElementInstance get parentNode() { return _get_parentNode(this); }
|
| + static SVGElementInstance _get_parentNode(var _this) native;
|
| +
|
| + SVGElementInstance get previousSibling() { return _get_previousSibling(this); }
|
| + static SVGElementInstance _get_previousSibling(var _this) native;
|
| +
|
| + void addEventListener(String type, EventListener listener, [bool useCapture = null]) {
|
| + if (useCapture === null) {
|
| + _addEventListener_SVGElementInstance(this, type, listener);
|
| + return;
|
| + } else {
|
| + _addEventListener_SVGElementInstance_2(this, type, listener, useCapture);
|
| + return;
|
| + }
|
| + }
|
| + static void _addEventListener_SVGElementInstance(receiver, type, listener) native;
|
| + static void _addEventListener_SVGElementInstance_2(receiver, type, listener, useCapture) native;
|
| +
|
| + bool dispatchEvent(Event event) {
|
| + return _dispatchEvent_SVGElementInstance(this, event);
|
| + }
|
| + static bool _dispatchEvent_SVGElementInstance(receiver, event) native;
|
| +
|
| + void removeEventListener(String type, EventListener listener, [bool useCapture = null]) {
|
| + if (useCapture === null) {
|
| + _removeEventListener_SVGElementInstance(this, type, listener);
|
| + return;
|
| + } else {
|
| + _removeEventListener_SVGElementInstance_2(this, type, listener, useCapture);
|
| + return;
|
| + }
|
| + }
|
| + static void _removeEventListener_SVGElementInstance(receiver, type, listener) native;
|
| + static void _removeEventListener_SVGElementInstance_2(receiver, type, listener, useCapture) native;
|
| +
|
| + String get typeName() { return "SVGElementInstance"; }
|
| +}
|
|
|