| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
SSectionTitle |
SSection.getTitle() |
static SSectionTitle |
SSectionTitle.sectionTitle(String actual)
Construct a section title.
|
| Modifier and Type | Method and Description |
|---|---|
static SSectionWithSubsections |
SSectionWithSubsections.section(SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given title and content.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.section(SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given title and section content.
|
static SSectionWithSubsections |
SSectionWithSubsections.sectionID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given id, title, and 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 SSectionWithSubsections |
SSectionWithSubsections.sectionTyped(String type,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given type, title, and 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 SSectionWithSubsections |
SSectionWithSubsections.sectionTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given type, id, title, and 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 SSectionWithSubsections |
SSectionWithSubsections.sectionWithContents(SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given title, content, and with a table of
contents.
|
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 SSectionWithSubsections |
SSectionWithSubsections.sectionWithContentsID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given id, title, 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 SSectionWithSubsections |
SSectionWithSubsections.sectionWithContentsTyped(String type,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given type, title, 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 SSectionWithSubsections |
SSectionWithSubsections.sectionWithContentsTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given type, id, title, 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.
|
| Constructor and Description |
|---|
SSection(com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SID> in_id,
SSectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents) |
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.sectionTitle(SSectionTitle s)
Serialize the given element to XML.
|
Copyright © 2015 <code@io7m.com> http://io7m.com