| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Class and Description |
|---|---|
class |
SFormalItem
A formal item.
|
class |
SParagraph
A paragraph element.
|
| Modifier and Type | Method and Description |
|---|---|
SNonEmptyList<SSubsectionContent> |
SSubsection.getContent() |
SNonEmptyList<SSubsectionContent> |
SSectionWithParagraphs.getSectionContent() |
| Modifier and Type | Method and Description |
|---|---|
static SSectionWithParagraphs |
SSectionWithParagraphs.section(SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given title and section content.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given id, title, and section content.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionTyped(String type,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given type, title, and section content.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given type, id, title, and section content.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionWithContents(SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given title, section content, and with a table
of contents.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionWithContentsID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given id, title, section content, and with a
table of contents.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionWithContentsTyped(String type,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given type, title, section content, and with a
table of contents.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionWithContentsTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given type, id, title, section content, and
with a table of contents.
|
static SSubsection |
SSubsection.subsection(SSubsectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a subsection with the given title and content.
|
static SSubsection |
SSubsection.subsectionID(SID id,
SSubsectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a subsection with the given id, title, and content.
|
static SSubsection |
SSubsection.subsectionTyped(String type,
SSubsectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a subsection with the given type, title, and content.
|
static SSubsection |
SSubsection.subsectionTypedID(String type,
SID id,
SSubsectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a subsection with the given type, id, title, and content.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.subsectionContent(SSubsectionContent c)
Serialize the given element to XML.
|
Copyright © 2016 <code@io7m.com> http://io7m.com