| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
static SPart |
SPart.part(SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given title and content.
|
static SPart |
SPart.partID(SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given id, title, and content.
|
static SPart |
SPart.partTyped(String type,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given type, title, and content.
|
static SPart |
SPart.partTypedID(String type,
SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given type, id, title, and content.
|
static SPart |
SPart.partWithContents(SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given title, content, and with a table of
contents.
|
static SPart |
SPart.partWithContentsID(SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given id, title, content, and with a table of
contents.
|
static SPart |
SPart.partWithContentsTyped(String type,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given type, title, content, and with a table of
contents.
|
static SPart |
SPart.partWithContentsTypedID(String type,
SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given type, id, title, content, and with a table
of contents.
|
| Modifier and Type | Method and Description |
|---|---|
SNonEmptyList<SPart> |
SDocumentWithParts.getParts() |
| Modifier and Type | Method and Description |
|---|---|
T |
SIDTargetContentVisitor.visitPart(SPart part)
Visit a part element.
|
| 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 SDocumentWithParts |
SDocumentWithParts.documentContents(SDocumentTitle in_title,
SNonEmptyList<SPart> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.part(SPart p)
Serialize the given element to XML.
|
Copyright © 2014 <code@io7m.com> http://io7m.com