| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
SSubsectionTitle |
SSubsection.getTitle() |
static SSubsectionTitle |
SSubsectionTitle.subsectionTitle(String actual)
Construct a subsection title.
|
| 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 |
|---|---|
static nu.xom.Element |
SDocumentSerializer.subsectionTitle(SSubsectionTitle s)
Serialize the given element to XML.
|
Copyright © 2014. All rights reserved.