| Package | Description |
|---|---|
| com.io7m.jstructural.core | |
| com.io7m.jstructural.xom |
| 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 |
|---|---|
C |
SSubsectionContentVisitor.visitFormalItem(SFormalItem formal)
Visit a formal item.
|
| Modifier and Type | Method and Description |
|---|---|
static nu.xom.Element |
SDocumentSerializer.formalItem(SFormalItem s)
Serialize the given element to XML.
|
Copyright © 2016 <code@io7m.com> http://io7m.com