| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
static SListItem |
SListItem.listItem(SNonEmptyList<SListItemContent> content)
Construct a new list item.
|
static SListItem |
SListItem.listItemTyped(String type,
SNonEmptyList<SListItemContent> content)
Construct a new list item with a type attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SNonEmptyList<SListItem> |
SListUnordered.getItems() |
SNonEmptyList<SListItem> |
SListOrdered.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static SListUnordered |
SListUnordered.list(SNonEmptyList<SListItem> content)
Construct a new list.
|
static SListOrdered |
SListOrdered.list(SNonEmptyList<SListItem> content)
Construct a new list.
|
static SListUnordered |
SListUnordered.listTyped(String type,
SNonEmptyList<SListItem> content)
Construct a new list item with a type attribute.
|
static SListOrdered |
SListOrdered.listTyped(String type,
SNonEmptyList<SListItem> content)
Construct a new list item with a type attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.listItem(SListItem s)
Serialize the given element to XML.
|
Copyright © 2016 <code@io7m.com> http://io7m.com