| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
static SParagraph |
SParagraph.paragraph(SNonEmptyList<SParagraphContent> content)
Construct a new paragraph.
|
static SParagraph |
SParagraph.paragraphID(SID id,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with an ID.
|
static SParagraph |
SParagraph.paragraphTyped(String type,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with a type attribute.
|
static SParagraph |
SParagraph.paragraphTypedID(String type,
SID id,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with an ID and type attribute.
|
| Modifier and Type | Method and Description |
|---|---|
C |
SSubsectionContentVisitor.visitParagraph(SParagraph paragraph)
Visit a paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.paragraph(SParagraph s)
Serialize the given element to XML.
|
Copyright © 2014. All rights reserved.