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.
|
org.docgene.model.globals |
Contains the global elements for the wiki model.
|
Modifier and Type | Method and Description |
---|---|
XMLParagraph |
DocGeneratorAPI.addParagraph(XMLParent parent)
Add a paragraph.
|
AbstractParagraph |
DocGeneratorAPI.getLastParagraph(XMLParent parent)
Return the ladt paragraph of an elemen, or creates one paragraph if it does not exist.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLParentArticle
Represents an article which can have children chapters and paragraphs.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLParent
An abstract XMLParent.
|
class |
AbstractXMLParentArticle
An abstract XMLParent article.
|
class |
HeaderElement
An abstract class for headers and footers.
|
class |
OpaqueArticle
An article which is just an opaque reference.
|
class |
XMLArticle
Represents an XML article.
|
class |
XMLChapter
Represents a chapter.
|
class |
XMLDisambArticle
Represents an XML disambiguation article.
|
class |
XMLDiv
Represent a container of sentences.
|
class |
XMLFallbackArticle
Represents a fallback article.
|
class |
XMLFooter
Represent the text to be added in the articles footer.
|
class |
XMLHeader
Represent the text to be added in the articles header.
|
class |
XMLIndex
Represents an XML index article.
|
class |
XMLRawHTMLArticle
The element for a raw html article.
|
Modifier and Type | Method and Description |
---|---|
XMLParent |
HeaderElement.getParent()
Return null.
|
XMLParent |
OpaqueArticle.getParent()
Return null.
|
XMLParent |
XMLArticle.getParent()
Return null.
|
XMLParent |
XMLChapter.getParent()
Return the chapter parent.
|
XMLParent |
XMLDisambArticle.getParent()
Return null.
|
XMLParent |
XMLDiv.getParent()
Return null.
|
XMLParent |
XMLFallbackArticle.getParent()
Return null.
|
XMLParent |
XMLParent.getParent()
Return the element parent.
|
XMLParent |
XMLRawHTMLArticle.getParent() |
Constructor and Description |
---|
XMLChapter(XMLParent parent,
java.lang.String title,
boolean keepCase)
Constructor.
|
XMLChapter(XMLParent parent,
java.lang.String title,
java.lang.String id,
boolean keepCase)
Constructor.
|
XMLDiv(XMLParent parent) |
Modifier and Type | Class and Description |
---|---|
class |
ArticleCategory
Represents an article category.
|
class |
ArticlesDictionary
Maintains the dictionary of articles sorted by their first letter.
|
class |
ArticlesGlossary
Maintains a glossary of terms sorted by their first letter.
|
class |
ArticlesGlossary.Word
Represents one Word in the glossary.
|
Modifier and Type | Method and Description |
---|---|
XMLParent |
ArticleCategory.getParent()
Return null.
|
XMLParent |
ArticlesDictionary.getParent()
Return null.
|
XMLParent |
ArticlesGlossary.Word.getParent()
Return null.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence