Interface | Description |
---|---|
IDBVisitor | |
IDocumentElement |
Class | Description |
---|---|
DBAbstractVisitor | |
DBBook |
If you find an occasion where you want to use this, let me know.
|
DBColSpec |
docbook column spec in a table
assign a name to a column number (this is needed if you have table entries that span columns) if just given a column number to constructor the col name would be the string of the integer a list of colspecs can be assigned to a DBTable |
DBHasContent | |
DBImage |
Print an image with optional caption.
|
DBList |
A list, can be unordered or ordered
If your list items are simple, single element things, add them directly, else use DBListItem |
DBListItem |
Use this if your list item itself contains multiple stuff
|
DBParagraph |
A paragraph.
|
DBPlot |
Created by mw107 on 7/7/2017.
|
DBSection |
A Section or Appendix.
|
DBSerializeVisitor |
visitor that serializes to docbook xml
|
DBSimpleList |
A simple list.
|
DBTable |
A docbook table
Body and headers are essentially 2d matrix (headers can be multi-line) Cells in body and header must be instances of other DocumentElement. |
DBTableEntry |
Use this if a cell in your table needs to have multiple things in it or it
spans.
The morerows, namest, and nameend attributes correspond to the same things in actual docbook entry tag. morerows is how many more rows the cell will span downward (if it doesn't, don't set it, 1 means it spans 2 rows) namest and nameend refer to the names of columns the cell start and end, inclusive, you need to set colspecs in the containing table for this to work. |
DBText |
This is a bit like DBParagraph, but will not force it into a paragraph.
|
DBTomSawyerDiagram | |
DocumentElement |
Enum | Description |
---|---|
DBTomSawyerDiagram.shortDiagramType | |
From |