| 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  | XMLParentArticleRepresents an article which can have children chapters and paragraphs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractXMLParentAn abstract XMLParent. | 
| class  | AbstractXMLParentArticleAn abstract XMLParent article. | 
| class  | HeaderElementAn abstract class for headers and footers. | 
| class  | OpaqueArticleAn article which is just an opaque reference. | 
| class  | XMLArticleRepresents an XML article. | 
| class  | XMLChapterRepresents a chapter. | 
| class  | XMLDisambArticleRepresents an XML disambiguation article. | 
| class  | XMLDivRepresent a container of sentences. | 
| class  | XMLFallbackArticleRepresents a fallback article. | 
| class  | XMLFooterRepresent the text to be added in the articles footer. | 
| class  | XMLHeaderRepresent the text to be added in the articles header. | 
| class  | XMLIndexRepresents an XML index article. | 
| class  | XMLRawHTMLArticleThe 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  | ArticleCategoryRepresents an article category. | 
| class  | ArticlesDictionaryMaintains the dictionary of articles sorted by their first letter. | 
| class  | ArticlesGlossaryMaintains a glossary of terms sorted by their first letter. | 
| class  | ArticlesGlossary.WordRepresents 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