| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
S |
SSectionVisitor.visitSectionWithParagraphs(SSectionWithParagraphs s)
Visit a section with top-level subsection content.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.sectionWithParagraphs(SSectionWithParagraphs s)
Serialize the given element to XML.
|
Copyright © 2014. All rights reserved.