| Package | Description |
|---|---|
| com.io7m.jstructural.annotated | |
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jfunctional.OptionType<SSectionContents> |
SASection.getContents() |
| Constructor and Description |
|---|
SASection(SASectionNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SASectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents,
List<SAFootnote> in_footnotes) |
SASectionWithParagraphs(SASectionNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SASectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents,
SNonEmptyList<SASubsectionContent> in_subsections,
List<SAFootnote> in_footnotes)
Construct a new section with top-level subsection content.
|
SASectionWithSubsections(SASectionNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SASectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents,
SNonEmptyList<SASubsection> in_subsections,
List<SAFootnote> in_footnotes)
Construct a new section with top-level subsections.
|
| Modifier and Type | Method and Description |
|---|---|
static SSectionContents |
SSectionContents.get() |
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jfunctional.OptionType<SSectionContents> |
SSection.getContents() |
| 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.sectionContents(SSectionContents s)
Serialize the given element to XML.
|
Copyright © 2014 <code@io7m.com> http://io7m.com