Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
org.docgene.plugins |
Contains the classes which manage the Plugins.
|
org.docgene.scripts |
Contains the classes which manage the Scripting Plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLIndex
Represents an XML index article.
|
Modifier and Type | Method and Description |
---|---|
XMLArticle |
XMLArticle.getArticle()
Return itself.
|
XMLArticle |
XMLCommentList.ArticleComments.getArticle()
Return the article.
|
XMLArticle |
XMLResource.getArticle()
Return the article in which this resource reference is used.
|
XMLArticle |
XMLTodoList.ArticleTodos.getArticle()
Return the article.
|
XMLArticle |
XMLWord.getArticle()
Return the article.
|
XMLArticle |
XMLCategoryReference.getOriginArticle()
Return the article which emit the reference.
|
XMLArticle |
XMLGlossaryReference.getOriginArticle()
Return the article which emit the reference.
|
XMLArticle |
XMLInclude.getOriginArticle()
Return the article which emit the reference.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLCommentList.addComment(XMLArticle article,
XMLComment comment)
Add a comment reference.
|
void |
XMLTodoList.addTodo(XMLArticle article,
org.docgene.model.TodoElement todo)
Add a TODO reference.
|
void |
XMLCommentList.addTODO(XMLArticle article,
org.docgene.model.TodoElement todo)
Add a comment reference.
|
Constructor and Description |
---|
XMLCategoryReference(XMLArticle article,
java.lang.String catID)
Constructor.
|
XMLGlossaryReference(XMLArticle article)
Constructor.
|
XMLInclude(XMLArticle article,
java.lang.String refID,
java.lang.String pack)
Constructor.
|
XMLResource(XMLArticle article)
Constructor.
|
XMLResource(XMLArticle article,
java.lang.String id,
java.lang.String pack)
Constructor.
|
XMLWord(XMLArticle article)
Constructor.
|
XMLWord(XMLArticle article,
java.lang.String word)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
default void |
ElementHook.startArticle(XMLArticle article)
Start the processing of an article.
|
Modifier and Type | Method and Description |
---|---|
XMLArticle |
DocJScriptContext.createArticle(java.lang.String desc)
Create an article.
|
XMLArticle |
DocJScriptContext.createArticle(java.lang.String id,
java.lang.String desc)
Create an article.
|
XMLArticle |
DocJScriptContext.createArticle(java.lang.String id,
java.lang.String desc,
boolean keepCase)
Create an article.
|
Modifier and Type | Method and Description |
---|---|
XMLParagraph |
DocJScriptContext.addParagraph(XMLArticle article)
Add a paragraph to an arricle.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence