| Package | Description |
|---|---|
| com.io7m.jstructural.annotated |
| Modifier and Type | Class and Description |
|---|---|
class |
SASectionWithParagraphs
The type of sections containing paragraphs.
|
class |
SASectionWithSubsections
The type of sections containing paragraphs.
|
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jfunctional.OptionType<SASection> |
SAPart.getSection(SASectionNumber n)
The section with the given number.
|
com.io7m.jfunctional.OptionType<SASection> |
SADocumentWithSections.getSection(SASectionNumber n) |
com.io7m.jfunctional.OptionType<SASection> |
SADocumentWithParts.getSection(SASectionNumber n) |
abstract com.io7m.jfunctional.OptionType<SASection> |
SADocument.getSection(SASectionNumber n) |
SNonEmptyList<SASection> |
SAPart.getSections() |
SNonEmptyList<SASection> |
SADocumentWithSections.getSections() |
| Modifier and Type | Method and Description |
|---|---|
T |
SAIDTargetContentVisitor.visitSection(SASection section)
Visit a section element.
|
| Constructor and Description |
|---|
SADocumentWithSections(SAIDMap in_ids,
SADocumentTitle in_title,
com.io7m.jfunctional.OptionType<SDocumentContents> in_contents,
com.io7m.jfunctional.OptionType<SDocumentStyle> in_style,
SNonEmptyList<SASection> in_content,
List<SAFootnote> in_footnotes,
SAFormalItemsByKind in_formals)
Construct a new document with sections.
|
SAPart(SAPartNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SAPartTitle in_title,
com.io7m.jfunctional.OptionType<SPartContents> in_contents,
SNonEmptyList<SASection> in_sections)
Construct a new part.
|
Copyright © 2014 <code@io7m.com> http://io7m.com