public interface IMetaTagAttribute
name="click" inside [Event(name="click",
type="flash.events.MouseEvent")].
Attributes are typically key/value pairs of Strings, but keyless String
values are also allowed. In this case, getValue() returns null.
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key of the attribute, or
null if this attribute is
a keyless value. |
String |
getValue()
Gets the value of the attribute.
|
boolean |
hasKey()
Does this attribute have a key?
|
String getKey()
null if this attribute is
a keyless value.boolean hasKey()
true if there is a key.String getValue()
Copyright © 2023 The Apache Software Foundation. All rights reserved.