Package | Description |
---|---|
org.docgene.api |
This package allows to generate a wiki in another application, using the docGenerator API.
|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Method and Description |
---|---|
AbstractParagraph |
DocGeneratorAPI.getLastParagraph(XMLParent parent)
Return the ladt paragraph of an elemen, or creates one paragraph if it does not exist.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLBasicNote
Represent the content of a "note" element.
|
class |
XMLBlock
Represent the content of a block tag.
|
class |
XMLBlockquote
Represent the content of a blockquote tag.
|
class |
XMLDiv
Represent a container of sentences.
|
class |
XMLIfCondition
Represent the content of a if or else condition.
|
class |
XMLMessageBox
Represent the content of a messageBox tag.
|
class |
XMLParagraph
Represent the content of a paragraph - a <par> tag.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AbstractParagraph> |
AbstractXMLParent.paragraphs
The paragraphs list.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractParagraph> |
AbstractXMLParent.getParagraphs()
Return the element children paragraphs.
|
java.util.List<AbstractParagraph> |
OpaqueArticle.getParagraphs() |
java.util.List<AbstractParagraph> |
XMLDiv.getParagraphs()
Return null.
|
java.util.List<AbstractParagraph> |
XMLParent.getParagraphs()
Return the element children paragraphs.
|
java.util.List<AbstractParagraph> |
XMLRawHTMLArticle.getParagraphs() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXMLParent.addParagraph(AbstractParagraph par)
Add a paragraph.
|
void |
OpaqueArticle.addParagraph(AbstractParagraph par) |
void |
XMLChapter.addParagraph(AbstractParagraph par)
Add a paragraph.
|
void |
XMLDiv.addParagraph(AbstractParagraph par)
Do nothing.
|
void |
XMLParent.addParagraph(AbstractParagraph par)
Add a paragraph.
|
void |
XMLRawHTMLArticle.addParagraph(AbstractParagraph par) |
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence