| Package | Description |
|---|---|
| com.io7m.jstructural.annotated | |
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jfunctional.OptionType<SDocumentStyle> |
SADocument.getStyle() |
| Constructor and Description |
|---|
SADocument(SAIDMap in_ids,
SADocumentTitle in_title,
com.io7m.jfunctional.OptionType<SDocumentContents> in_contents,
com.io7m.jfunctional.OptionType<SDocumentStyle> in_style,
List<SAFootnote> in_footnotes,
SAFormalItemsByKind in_formals) |
SADocumentWithParts(SAIDMap in_ids,
SADocumentTitle in_title,
com.io7m.jfunctional.OptionType<SDocumentContents> in_contents,
com.io7m.jfunctional.OptionType<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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static SDocumentStyle |
SDocumentStyle.documentStyle(URI uri)
Construct a document style.
|
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jfunctional.OptionType<SDocumentStyle> |
SDocument.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
static SDocumentWithParts |
SDocumentWithParts.documentStyle(SDocumentTitle in_title,
SDocumentStyle in_style,
SNonEmptyList<SPart> in_content)
Construct a new document with the given title.
|
static SDocumentWithSections |
SDocumentWithSections.documentStyle(SDocumentTitle in_title,
SDocumentStyle in_style,
SNonEmptyList<SSection> in_content)
Construct a new document with the given title.
|
static SDocumentWithParts |
SDocumentWithParts.documentStyleContents(SDocumentTitle in_title,
SDocumentStyle in_style,
SNonEmptyList<SPart> in_content)
Construct a new document with the given title, style, and table of
contents.
|
static SDocumentWithSections |
SDocumentWithSections.documentStyleContents(SDocumentTitle in_title,
SDocumentStyle in_style,
SNonEmptyList<SSection> in_content)
Construct a new document with the given title, style, and table of
contents.
|
| Constructor and Description |
|---|
SDocument(SDocumentTitle in_title,
com.io7m.jfunctional.OptionType<SDocumentContents> in_contents,
com.io7m.jfunctional.OptionType<SDocumentStyle> in_style) |
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.documentStyle(SDocumentStyle s)
Serialize the given element to XML.
|
Copyright © 2014 <code@io7m.com> http://io7m.com