| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Class and Description |
|---|---|
class |
SFootnote
A footnote element.
|
class |
SFormalItemList
A list of formal items of a given kind.
|
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 |
STable
A table.
|
class |
STerm
A simple term.
|
class |
SText
A text element.
|
class |
SVerbatim
A verbatim text element.
|
| Modifier and Type | Method and Description |
|---|---|
SNonEmptyList<SParagraphContent> |
SParagraph.getContent() |
| Modifier and Type | Method and Description |
|---|---|
static SParagraph |
SParagraph.paragraph(SNonEmptyList<SParagraphContent> content)
Construct a new paragraph.
|
static SParagraph |
SParagraph.paragraphID(SID id,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with an ID.
|
static SParagraph |
SParagraph.paragraphTyped(String type,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with a type attribute.
|
static SParagraph |
SParagraph.paragraphTypedID(String type,
SID id,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with an ID and type attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Node |
SDocumentSerializer.paragraphContent(SParagraphContent c)
Serialize the given element to XML.
|
Copyright © 2014. All rights reserved.