Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Anchor.Relationship |
Anchor.getRel()
Specifies the relationship between the current document and the linked
document.
|
Anchor.Relationship |
Anchor.getRev()
Specifies the relationship between the linked document and the current
document.
|
static Anchor.Relationship |
Anchor.Relationship.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Anchor.Relationship[] |
Anchor.Relationship.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Anchor |
Anchor.setRel(Anchor.Relationship rel)
Set "rel" property and if element was draw call removeAttribute script at
browser.
|
Anchor |
Anchor.setRev(Anchor.Relationship rev)
Set "rev" property and if element was draw call removeAttribute script at
browser.
|