| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Class and Description |
|---|---|
class |
SFootnote
A footnote element.
|
class |
SImage
An image.
|
class |
SLink
A link to an internal document element.
|
class |
SLinkExternal
A link to an external resource
|
class |
SListOrdered
An ordered list element.
|
class |
SListUnordered
An unordered list element.
|
class |
STerm
A simple term.
|
class |
SText
A text element.
|
class |
SVerbatim
A verbatim text element.
|
| Modifier and Type | Method and Description |
|---|---|
SNonEmptyList<SListItemContent> |
SListItem.getContent() |
| 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 |
|---|---|
static nu.xom.Node |
SDocumentSerializer.listItemContent(SListItemContent c)
Serialize the given element to XML.
|
Copyright © 2014. All rights reserved.