| OLD | NEW |
| 1 library svg; | 1 library svg; |
| 2 | 2 |
| 3 import 'dart:html'; | 3 import 'dart:html'; |
| 4 import 'dart:nativewrappers'; | 4 import 'dart:nativewrappers'; |
| 5 // DO NOT EDIT | 5 // DO NOT EDIT |
| 6 // Auto-generated dart:svg library. | 6 // Auto-generated dart:svg library. |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| (...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1368 // for details. All rights reserved. Use of this source code is governed by a | 1368 // for details. All rights reserved. Use of this source code is governed by a |
| 1369 // BSD-style license that can be found in the LICENSE file. | 1369 // BSD-style license that can be found in the LICENSE file. |
| 1370 | 1370 |
| 1371 // WARNING: Do not edit - generated code. | 1371 // WARNING: Do not edit - generated code. |
| 1372 | 1372 |
| 1373 | 1373 |
| 1374 /// @domName SVGElementInstance | 1374 /// @domName SVGElementInstance |
| 1375 class ElementInstance extends EventTarget { | 1375 class ElementInstance extends EventTarget { |
| 1376 ElementInstance.internal(): super.internal(); | 1376 ElementInstance.internal(): super.internal(); |
| 1377 | 1377 |
| 1378 /** | 1378 /// @domName EventTarget.addEventListener, EventTarget.removeEventListener, Ev
entTarget.dispatchEvent; @docsEditable true |
| 1379 * @domName EventTarget.addEventListener, EventTarget.removeEventListener, Eve
ntTarget.dispatchEvent; @docsEditable true | |
| 1380 */ | |
| 1381 ElementInstanceEvents get on => | 1379 ElementInstanceEvents get on => |
| 1382 new ElementInstanceEvents(this); | 1380 new ElementInstanceEvents(this); |
| 1383 | 1381 |
| 1384 | 1382 |
| 1385 /** @domName SVGElementInstance.childNodes */ | 1383 /** @domName SVGElementInstance.childNodes */ |
| 1386 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; | 1384 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; |
| 1387 | 1385 |
| 1388 | 1386 |
| 1389 /** @domName SVGElementInstance.correspondingElement */ | 1387 /** @domName SVGElementInstance.correspondingElement */ |
| 1390 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; | 1388 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; |
| (...skipping 6690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8081 List<ElementInstance> getRange(int start, int rangeLength) => | 8079 List<ElementInstance> getRange(int start, int rangeLength) => |
| 8082 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 8080 _Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
| 8083 | 8081 |
| 8084 // -- end List<ElementInstance> mixins. | 8082 // -- end List<ElementInstance> mixins. |
| 8085 | 8083 |
| 8086 | 8084 |
| 8087 /** @domName SVGElementInstanceList.item */ | 8085 /** @domName SVGElementInstanceList.item */ |
| 8088 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 8086 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
| 8089 | 8087 |
| 8090 } | 8088 } |
| OLD | NEW |