4bc64b8c2b
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7 260f80e4-7a28-3924-810f-c04153c831b5
55 lines
920 B
Dart
55 lines
920 B
Dart
// 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.
|
|
|
|
interface AreaElement extends Element {
|
|
|
|
String get accessKey();
|
|
|
|
void set accessKey(String value);
|
|
|
|
String get alt();
|
|
|
|
void set alt(String value);
|
|
|
|
String get coords();
|
|
|
|
void set coords(String value);
|
|
|
|
String get hash();
|
|
|
|
String get host();
|
|
|
|
String get hostname();
|
|
|
|
String get href();
|
|
|
|
void set href(String value);
|
|
|
|
bool get noHref();
|
|
|
|
void set noHref(bool value);
|
|
|
|
String get pathname();
|
|
|
|
String get ping();
|
|
|
|
void set ping(String value);
|
|
|
|
String get port();
|
|
|
|
String get protocol();
|
|
|
|
String get search();
|
|
|
|
String get shape();
|
|
|
|
void set shape(String value);
|
|
|
|
String get target();
|
|
|
|
void set target(String value);
|
|
}
|