- aborted() - Method in class org.docgene.parser.HookContext
-
- acceptDependency(String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if dependencies betwen two packages are accepted.
- addArticle(Article, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an article.
- addArticle(Article, String, boolean, boolean) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an article.
- addArticleToDictionnary(String, Article) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an article to the dictionnary.
- addArticleToDictionnary(Article) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an article to the dictionnary and categories.
- addCategoriesFile(CategoriesFile) - Method in class org.docgene.model.globals.ArticlesModel
-
Add one categories File.
- addCategory(ArticleCategory) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a category to the model.
- addComment(XMLArticle, XMLComment) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a comment to the comment list.
- addDirectResource(XMLResource) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a resource directy specified in a "doc-files" directory.
- addDisambArticle(XMLDisambArticle) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a disambiguation article.
- addElement(ParagraphElement) - Method in interface org.docgene.model.ParagraphElementParent
-
Add an element.
- addElementDefinitionFile(ElementDefinitionsFile) - Method in class org.docgene.model.globals.ArticlesModel
-
Add one elements definition File.
- addError(String) - Method in interface org.docgene.parser.DirectoryParser
-
Add an error message
- addImage(ImageDefinition) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an image resource.
- addImageFromHRef() - Method in class org.docgene.model.globals.ArticlesModel
-
Add an image from a path on the model.
- addInfo(String) - Method in interface org.docgene.parser.DirectoryParser
-
Add an information message
- addInfobox(InfoboxDefinition) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an infobox definition.
- addLinksFrom() - Method in class org.docgene.model.globals.ArticlesModel
-
Set if the articles must have a "What Links Here" link.
- addPackage(PackageModel) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a package.
- addPackage(RootDirectory, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a package.
- addParagraph(XMLArticle) - Method in class org.docgene.parser.HookContext
-
Add a paragraph to an arricle.
- addParsedArticle(Article) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a parsed article.
- addReferenceToDisambArticle(ArticleRef, XMLDisambArticle) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an article reference to the associated disambiguation article.
- addResource(ResourceDefinition) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a resource.
- addRoot(File) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a root directory.
- addTodo(XMLArticle, TodoElement) - Method in class org.docgene.model.globals.ArticlesModel
-
Add a TODO to the TODO list.
- addUnparsableArticle(UnparsableArticle, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Add an unparsable article.
- addUnparsableFile(UnparsableUndefinedFile) - Method in class org.docgene.model.globals.ArticlesModel
-
Add one unparsable file.
- ALLOW_IDENTICAL_TITLE_IDS - Static variable in interface org.docgene.writer.WriterFeatures
-
The feature stating if the parser accept identical title IDs.
- allowIdenticalTitleIDs(boolean) - Method in class org.docgene.model.globals.ArticlesModel
-
Set if if the parser accept identical title IDs(default is true).
- allowIdenticalTitleIDs() - Method in interface org.docgene.writer.DirectoryWriter
-
Return true if the parser accept identical title IDs.
- ArticlesModel - Class in org.docgene.model.globals
-
Represents the root for the model.
- ArticlesModel() - Constructor for class org.docgene.model.globals.ArticlesModel
-
Constructor.
- ArticlesModel(boolean) - Constructor for class org.docgene.model.globals.ArticlesModel
-
Constructor.
- ArticlesModel(boolean, boolean) - Constructor for class org.docgene.model.globals.ArticlesModel
-
Constructor.