| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Class and Description |
|---|---|
class |
SFormalItemList
A list of formal items of a given kind.
|
class |
SImage
An image.
|
class |
SListOrdered
An ordered list element.
|
class |
SListUnordered
An unordered list element.
|
class |
STable
A table.
|
class |
SVerbatim
A verbatim text element.
|
| Modifier and Type | Method and Description |
|---|---|
SFormalItemContent |
SFormalItem.getContent() |
| Modifier and Type | Method and Description |
|---|---|
static SFormalItem |
SFormalItem.formalItem(SFormalItemTitle in_title,
String in_kind,
SFormalItemContent in_content)
Construct a new formal item with the given type attribute.
|
static SFormalItem |
SFormalItem.formalItemTyped(SFormalItemTitle in_title,
String in_kind,
String in_type,
SFormalItemContent in_content)
Construct a new formal item with the given type attribute.
|
static SFormalItem |
SFormalItem.formalItemTypedWithID(SFormalItemTitle in_title,
String in_kind,
String in_type,
SFormalItemContent in_content,
SID in_id)
Construct a new formal item with the given type attribute.
|
static SFormalItem |
SFormalItem.formalItemWithID(SFormalItemTitle in_title,
String in_kind,
SFormalItemContent in_content,
SID in_id)
Construct a new formal item with the given type attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.formalItemContent(SFormalItemContent s)
Serialize the given element to XML.
|
Copyright © 2015 <code@io7m.com> http://io7m.com