| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| Modifier and Type | Method and Description |
|---|---|
static SFormalItemTitle |
SFormalItemTitle.formalItemTitle(String actual)
Construct a formal item title.
|
SFormalItemTitle |
SFormalItem.getTitle() |
| 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.formalItemTitle(SFormalItemTitle s)
Serialize the given element to XML.
|
Copyright © 2015 <code@io7m.com> http://io7m.com