- getAllArticles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return all the articles including those from the packages.
- getAllImages() - Method in class org.docgene.model.globals.ArticlesModel
-
Return all the images including those from the packages.
- getAllInfoboxes() - Method in class org.docgene.model.globals.ArticlesModel
-
Return all the infobox definitions including those from the packages.
- getAllResources() - Method in class org.docgene.model.globals.ArticlesModel
-
Return all the resources including those from the packages.
- getArticle(ArticleRef) - Method in class org.docgene.model.globals.ArticlesModel
-
Return an article specified by its reference.
- getArticle(String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return an article specified by its reference.
- getArticle(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return an article specified by its reference.
- getArticle(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return an article specified by its reference.
- getArticle(File) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the article coresponding to a specified input file.
- getArticles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles without packages.
- getArticlesForFiles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the map from input file to article.
- getArticlesIterator() - Method in class org.docgene.model.globals.ArticlesModel
-
Return an iterator on all the articles, including packages.
- getArticlesMap() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the Map of articles for each name, for all packages.
- getArticlesMapByRef() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the Map of articles for each article reference, for all packages.
- getArticlesPerAllNames() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles without packages.
- getCategories() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the categories.
- getCategoriesFiles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the categories Files.
- getCategory(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the category with a specified ID.
- getCommentList() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the comment list.
- getCustomProperties() - Method in interface org.docgene.plugins.PluginFactory
-
Return the CustomProperties (default is null, which means tht there are no custom properties).
- getCustomStyles() - Method in interface org.docgene.model.StyledElement
-
Return the element custom classes.
- getDeclaration() - Method in interface org.docgene.model.StyledElement
-
Return the declaration ID of the element.
- getDefaultCategory() - Method in class org.docgene.model.globals.ArticlesModel
-
The default category is the category of articles which belong to no category.
- getDictionary() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles glossary.
- getDictionaryFile() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the dictionary File.
- getDisambArticle(ArticleRef) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the disambiguation article corresponding to an article reference.
- getDisambArticle(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the disambiguation article for a specified description.
- getDisambArticles() - Method in class org.docgene.model.globals.ArticlesModel
-
Add the Map of disambiguation articles.
- getElement(int) - Method in interface org.docgene.model.ParagraphElementParent
-
Return the nth of child element.
- getElementDefinitionFiles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the elements definition Files.
- getElementHook(DirectoryParser, HookContext) - Method in interface org.docgene.plugins.PluginFactory
-
Return the ElementHook defined by this factory.
- getElementIndex() - Method in class org.docgene.parser.HookContext
-
Return the current element index.
- getElements() - Method in interface org.docgene.model.ParagraphElementParent
-
Return the list of children elements.
- getElementsAfter() - Method in class org.docgene.parser.HookContext
-
Return all the elements after the current element.
- getElementsBefore() - Method in class org.docgene.parser.HookContext
-
Return all the elements before the current element.
- getErrorHandler() - Method in interface org.docgene.parser.DirectoryParser
-
Return the error handler which will be used to create and store errors or informations during the parsing.
- getFallbackArticle(char) - Method in class org.docgene.model.globals.ArticlesModel
-
Return a fallback article.
- getFeature(String) - Method in interface org.docgene.writer.DirectoryWriter
-
Return a property value for the writer.
- getFeature(String, boolean) - Method in interface org.docgene.writer.DirectoryWriter
-
Return a property value for the writer.
- getFirstArticle(String, boolean) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the first article specified by its reference, regardless of the package in which the article is defined.
- getFirstArticle(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the first article specified by its reference, regardless of the package in which the article is defined.
- getFirstElement() - Method in interface org.docgene.model.ParagraphElementParent
-
Return the first element of null if there are no children elements.
- getFooter() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles footer.
- getFullTextSearch() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles full text search.
- getGlossary() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles glossary.
- getHeader() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles header.
- getID() - Method in interface org.docgene.plugins.PluginFactory
-
Return the factory ID.
- getImage(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the image of a specified id.
- getImage(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the image of a specified id and package.
- getImageForAllPackages(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the image of a specified id (for all packages).
- getImages() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the image resources.
- getIndex() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the index article.
- getInfobox(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the infobox definition of a specified id and package.
- getInfobox(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the infobox definition of a specified id and package.
- getInfoboxes() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the infobox definitions.
- getInlinedStyle() - Method in interface org.docgene.model.StyledElement
-
Return the element custom inline style.
- getLastElement() - Method in interface org.docgene.model.ParagraphElementParent
-
Return the last element of null if there are no children elements.
- getMenus() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the articles menus.
- getModel() - Method in interface org.docgene.parser.DirectoryParser
-
Return the Articles Model.
- getModel() - Method in class org.docgene.parser.HookContext
-
Return the ArticlesModel.
- getModel() - Method in interface org.docgene.writer.DirectoryWriter
-
Return the model.
- getNextElement() - Method in class org.docgene.parser.HookContext
-
Return the next element after the current element.
- getNonExistingDesc(Article) - Method in class org.docgene.model.globals.ArticlesModel
-
Return a description which is not used for an article.
- getPackage(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the package of a specified name.
- getPackages() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the packages.
- getPackagesDependencies() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the Packages Dependencies.
- getPageRanks() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the computed PageRanks.
- getParsedArticles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the parsed articles.
- getPreviousElement() - Method in class org.docgene.parser.HookContext
-
Return the previous element before the current element.
- getPropertiesTypes() - Method in interface org.docgene.plugins.CustomProperties
-
Return the Map of properties types.
- getProperty(String) - Method in interface org.docgene.plugins.CustomProperties
-
Return the value of a specified property.
- getRankedArticles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return all the articles including those from the packages, possibly takning the page ranks into accounts.
- getReferenceToDisambArticles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the map from article reference to the associated disambiguation article.
- getResource(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the resource of a specified id and package.
- getResources() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the resources.
- getSiblingElement(int) - Method in class org.docgene.parser.HookContext
-
Return a sibling element with an offset relative to the current element.
- getSiblingElementTypeDecl(int) - Method in class org.docgene.parser.HookContext
-
Return the type declaration of the sibling element with an offset relative to the current element.
- getStyle() - Method in interface org.docgene.model.StyledElement
-
Return the style class of the element.
- getStyleSheet() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the output StyleSheet file.
- getStyleSheetTheme() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the output StyleSheet theme file..
- getSupportedFeatures() - Method in interface org.docgene.plugins.PluginFactory
-
Return the supported features.
- getSupportedOutputFormat() - Method in interface org.docgene.plugins.PluginFactory
-
Return the supported output format (default is null, which means that no specific output format is supported).
- getTodoList() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the TODO list.
- getTransitiveArticle(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return the concrete article for a specified id and package.
- getUnparsableFiles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the unparsable files.
- getWikiState() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the object which hold the current state of the wiki