| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
SNonEmptyList<SSubsection> |
SSectionWithSubsections.getSubsections() |
| 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 SSectionWithSubsections |
SSectionWithSubsections.sectionID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given id, title, and 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 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 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 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 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.subsection(SSubsection s)
Serialize the given element to XML.
|
Copyright © 2015 <code@io7m.com> http://io7m.com