| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
static SDocumentTitle |
SDocumentTitle.documentTitle(String actual)
Construct a document title.
|
SDocumentTitle |
SDocument.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
static SDocumentWithParts |
SDocumentWithParts.document(SDocumentTitle in_title,
SNonEmptyList<SPart> in_content)
Construct a new document with the given title, and style.
|
static SDocumentWithSections |
SDocumentWithSections.document(SDocumentTitle in_title,
SNonEmptyList<SSection> in_content)
Construct a new document with the given title, and style.
|
static SDocumentWithParts |
SDocumentWithParts.documentContents(SDocumentTitle in_title,
SNonEmptyList<SPart> in_content)
Construct a new document with the given title, and table of contents.
|
static SDocumentWithSections |
SDocumentWithSections.documentContents(SDocumentTitle in_title,
SNonEmptyList<SSection> in_content)
Construct a new document with the given title, and table of contents.
|
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.documentTitle(SDocumentTitle s)
Serialize the given element to XML.
|
Copyright © 2015 <code@io7m.com> http://io7m.com