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