@NonNullByDefault
| Interface | Description |
|---|---|
| SDocumentVisitor<D> |
Document visitor.
|
| SFootnoteContent |
Elements that can appear in the body of a footnote.
|
| SFootnoteContentVisitor<A> |
Footnote content visitor.
|
| SFormalItemContent |
The type of elements appearing in formal items.
|
| SFormalItemContentVisitor<A> |
Formal item content visitor.
|
| SIDTargetContent |
The type of elements that can be assigned IDs.
|
| SIDTargetContentVisitor<T> |
A visitor that can visit elements that can be assigned IDs.
|
| SLinkContent |
Elements that can appear in the body of a link.
|
| SLinkContentVisitor<A> |
Link content visitor.
|
| SListItemContent |
Elements that can appear in the body of a list item.
|
| SListItemContentVisitor<A> |
List item content visitor.
|
| SParagraphContent |
Elements that can appear in the body of a paragraph.
|
| SParagraphContentVisitor<A> |
Paragraph content visitor.
|
| SSectionVisitor<S> |
Section visitor.
|
| SSubsectionContent |
The type of elements appearing in subsections, and sections with
paragraphs.
|
| SSubsectionContentVisitor<C> |
A subsection content visitor.
|
| STableCellContent |
The type of elements that can appear in table cells.
|
| STableCellContentVisitor<A> |
Table cell content visitor.
|
| Class | Description |
|---|---|
| SDocument |
A document.
|
| SDocumentContents |
Document contents element.
|
| SDocumentStyle |
A document style.
|
| SDocumentTitle |
A document title.
|
| SDocumentWithParts |
A document with parts.
|
| SDocumentWithSections |
A document with sections.
|
| SFootnote |
A footnote element.
|
| SFormalItem |
A formal item.
|
| SFormalItemList |
A list of formal items of a given kind.
|
| SFormalItemTitle |
A formal item title.
|
| SID |
An ID attribute, unique over a document.
|
| SImage |
An image.
|
| SLink |
A link to an internal document element.
|
| SLinkExternal |
A link to an external resource
|
| SListItem |
A list item element.
|
| SListOrdered |
An ordered list element.
|
| SListUnordered |
An unordered list element.
|
| SNonEmptyList<T> |
The type of non-empty lists.
|
| SParagraph |
A paragraph element.
|
| SPart |
A document part.
|
| SPartContents |
Part contents element.
|
| SPartTitle |
A part title.
|
| SResources |
Access to various resources used by processed documents.
|
| SSection |
An abstract section.
|
| SSectionContents |
Section contents element.
|
| SSectionTitle |
A section title.
|
| SSectionWithParagraphs |
The type of sections containing paragraphs.
|
| SSectionWithSubsections |
The type of sections containing paragraphs.
|
| SSubsection |
A subsection.
|
| SSubsectionTitle |
A subsection title.
|
| STable |
A table.
|
| STableBody |
A table body.
|
| STableCell |
A table cell.
|
| STableColumnName |
A table column name.
|
| STableHead |
A table header.
|
| STableRow |
A table row.
|
| STableSummary |
A table summary.
|
| STerm |
A simple term.
|
| SText |
A text element.
|
| SVerbatim |
A verbatim text element.
|
| SXML |
XML schema details.
|
Copyright © 2014 <code@io7m.com> http://io7m.com