Index: client/html/generated/src/wrapping/_AnchorElementWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_AnchorElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_AnchorElementWrappingImplementation.dart |
deleted file mode 100644 |
index 735cb794443764e3ca32f66892c9e947ac31cb69..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_AnchorElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,101 +0,0 @@ |
-// 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 AnchorElementWrappingImplementation extends ElementWrappingImplementation implements AnchorElement { |
- AnchorElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- String get accessKey() { return _ptr.accessKey; } |
- |
- void set accessKey(String value) { _ptr.accessKey = value; } |
- |
- String get charset() { return _ptr.charset; } |
- |
- void set charset(String value) { _ptr.charset = value; } |
- |
- String get coords() { return _ptr.coords; } |
- |
- void set coords(String value) { _ptr.coords = value; } |
- |
- String get download() { return _ptr.download; } |
- |
- void set download(String value) { _ptr.download = value; } |
- |
- String get hash() { return _ptr.hash; } |
- |
- void set hash(String value) { _ptr.hash = value; } |
- |
- String get host() { return _ptr.host; } |
- |
- void set host(String value) { _ptr.host = value; } |
- |
- String get hostname() { return _ptr.hostname; } |
- |
- void set hostname(String value) { _ptr.hostname = value; } |
- |
- String get href() { return _ptr.href; } |
- |
- void set href(String value) { _ptr.href = value; } |
- |
- String get hreflang() { return _ptr.hreflang; } |
- |
- void set hreflang(String value) { _ptr.hreflang = value; } |
- |
- String get name() { return _ptr.name; } |
- |
- void set name(String value) { _ptr.name = value; } |
- |
- String get origin() { return _ptr.origin; } |
- |
- String get pathname() { return _ptr.pathname; } |
- |
- void set pathname(String value) { _ptr.pathname = value; } |
- |
- String get ping() { return _ptr.ping; } |
- |
- void set ping(String value) { _ptr.ping = value; } |
- |
- String get port() { return _ptr.port; } |
- |
- void set port(String value) { _ptr.port = value; } |
- |
- String get protocol() { return _ptr.protocol; } |
- |
- void set protocol(String value) { _ptr.protocol = value; } |
- |
- String get rel() { return _ptr.rel; } |
- |
- void set rel(String value) { _ptr.rel = value; } |
- |
- String get rev() { return _ptr.rev; } |
- |
- void set rev(String value) { _ptr.rev = value; } |
- |
- String get search() { return _ptr.search; } |
- |
- void set search(String value) { _ptr.search = value; } |
- |
- String get shape() { return _ptr.shape; } |
- |
- void set shape(String value) { _ptr.shape = value; } |
- |
- String get target() { return _ptr.target; } |
- |
- void set target(String value) { _ptr.target = value; } |
- |
- String get text() { return _ptr.text; } |
- |
- String get type() { return _ptr.type; } |
- |
- void set type(String value) { _ptr.type = value; } |
- |
- String getParameter(String name) { |
- return _ptr.getParameter(name); |
- } |
- |
- String toString() { |
- return _ptr.toString(); |
- } |
-} |