| Package | Description |
|---|---|
| com.io7m.jstructural.annotated |
| Modifier and Type | Method and Description |
|---|---|
List<SAFootnote> |
SASection.getFootnotes() |
List<SAFootnote> |
SADocument.getFootnotes() |
| Modifier and Type | Method and Description |
|---|---|
A |
SATableCellContentVisitor.visitFootnote(SAFootnote footnote)
Visit a footnote element.
|
A |
SAParagraphContentVisitor.visitFootnote(SAFootnote footnote)
Visit a footnote element.
|
A |
SAListItemContentVisitor.visitFootnote(SAFootnote footnote)
Visit a footnote element.
|
A |
SAFootnoteContentVisitor.visitFootnote(SAFootnote footnote)
Visit a footnote element.
|
| Constructor and Description |
|---|
SADocument(SAIDMap in_ids,
SADocumentTitle in_title,
com.io7m.jaux.functional.Option<SDocumentContents> in_contents,
com.io7m.jaux.functional.Option<SDocumentStyle> in_style,
List<SAFootnote> in_footnotes,
SAFormalItemsByKind in_formals) |
SADocumentWithParts(SAIDMap in_ids,
SADocumentTitle in_title,
com.io7m.jaux.functional.Option<SDocumentContents> in_contents,
com.io7m.jaux.functional.Option<SDocumentStyle> in_style,
SNonEmptyList<SAPart> in_content,
List<SAFootnote> in_footnotes,
SAFormalItemsByKind in_formals)
Construct a new document with parts.
|
SADocumentWithSections(SAIDMap in_ids,
SADocumentTitle in_title,
com.io7m.jaux.functional.Option<SDocumentContents> in_contents,
com.io7m.jaux.functional.Option<SDocumentStyle> in_style,
SNonEmptyList<SASection> in_content,
List<SAFootnote> in_footnotes,
SAFormalItemsByKind in_formals)
Construct a new document with sections.
|
SASection(SASectionNumber in_number,
com.io7m.jaux.functional.Option<String> in_type,
com.io7m.jaux.functional.Option<SAID> in_id,
SASectionTitle in_title,
com.io7m.jaux.functional.Option<SSectionContents> in_contents,
List<SAFootnote> in_footnotes) |
SASectionWithParagraphs(SASectionNumber in_number,
com.io7m.jaux.functional.Option<String> in_type,
com.io7m.jaux.functional.Option<SAID> in_id,
SASectionTitle in_title,
com.io7m.jaux.functional.Option<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.jaux.functional.Option<String> in_type,
com.io7m.jaux.functional.Option<SAID> in_id,
SASectionTitle in_title,
com.io7m.jaux.functional.Option<SSectionContents> in_contents,
SNonEmptyList<SASubsection> in_subsections,
List<SAFootnote> in_footnotes)
Construct a new section with top-level subsections.
|
Copyright © 2014 <code@io7m.com> http://io7m.com