| Package | Description |
|---|---|
| org.w3.xlink |
| Modifier and Type | Field and Description |
|---|---|
protected List<Title> |
Locator.titles |
protected List<Title> |
Arc.titles |
| Modifier and Type | Method and Description |
|---|---|
Title |
Title.withContent(Collection<Object> values) |
Title |
Title.withContent(List<Object> value) |
Title |
Title.withContent(Object... values) |
Title |
Title.withLang(String value) |
Title |
Title.withType(TypeType value) |
| Modifier and Type | Method and Description |
|---|---|
List<Title> |
Locator.getTitles()
Gets the value of the titles property.
|
List<Title> |
Arc.getTitles()
Gets the value of the titles property.
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
Locator.withTitles(Title... values) |
Arc |
Arc.withTitles(Title... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Locator.setTitles(List<Title> value) |
void |
Arc.setTitles(List<Title> value) |
Locator |
Locator.withTitles(Collection<Title> values) |
Arc |
Arc.withTitles(Collection<Title> values) |
Locator |
Locator.withTitles(List<Title> value) |
Arc |
Arc.withTitles(List<Title> value) |
| Constructor and Description |
|---|
Arc(List<Title> titles,
TypeType type,
String arcrole,
String title,
ShowType show,
ActuateType actuate,
String from,
String to)
Fully-initialising value constructor
|
Locator(List<Title> titles,
TypeType type,
String href,
String role,
String title,
String label)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.