- handleElement(ParagraphElement) - Method in interface org.docgene.plugins.ElementHook
-
Handle an element.
- hasArticle(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model contains an article with no package which can be reached through a specified reference.
- hasArticle(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model contains an article which can be reached through a specified reference.
- hasArticleFromAnyPackage(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model contains an article with no package which can be reached through a specified reference, from any package.
- hasCategory(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has a category with a specified ID.
- hasComments() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there are comments.
- hasCustomGlossaryMenuItem(boolean) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there is a custom glossary menu item.
- hasDictionaryFile() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there is a dictionary File.
- hasDisambArticle(ArticleRef) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there is a disambiguation article corresponding to an article reference.
- hasDisambArticle(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has a disambiguation article for a specified description.
- hasElementHook() - Method in interface org.docgene.plugins.PluginFactory
-
- hasElements() - Method in interface org.docgene.model.ParagraphElementParent
-
Return true if there are children elements.
- hasExceptions() - Method in interface org.docgene.parser.DirectoryParser
-
Return true if there were exceptions encountered during the parsing.
- hasFallbackArticle(char) - Method in class org.docgene.model.globals.ArticlesModel
-
Return a fallback article.
- hasFullTextSearch() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has full text Search.
- hasGenerationByDelta() - Method in class org.docgene.model.globals.ArticlesModel
-
Return the generation mode.
- hasGlobalIndex() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there is a global index.
- hasGlossary() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the articles have a glossary.
- hasImage(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has an image for a specified id and package.
- hasImage(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has an image with no package of a specified ID.
- hasImageForAllPackages(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has an image for a specified id (for all packages).
- hasImages() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has images.
- hasIndex() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has already an index article.
- hasInfobox(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there is an infobox definition of a specified ID.
- hasInfobox(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has an infobox definition for a specified id and package.
- hasInlinedStyle() - Method in interface org.docgene.model.StyledElement
-
Return true if the element has custom inline style.
- hasLinksFrom() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the articles must have a "What Links Here" link.
- hasNextElement() - Method in class org.docgene.parser.HookContext
-
Return true if there is a next element after the current element.
- hasPackage(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if a package exists.
- hasPackages() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there are packages.
- hasPageRanks() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if there are computed PageRanks.
- hasPreviousElement() - Method in class org.docgene.parser.HookContext
-
Return true if there is a previous element before the current element.
- hasProperty(String) - Method in interface org.docgene.plugins.CustomProperties
-
Return true if a specified property key is handled.
- hasRawArticles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if this model has at least one raw HTML file.
- hasResource(String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has a resource with no package of a specified ID.
- hasResource(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has a resource for a specified id and package.
- hasTitles() - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if at least one article has a searchable title.
- hasTransitiveArticle(String, String, String) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has a concrete article for a specified id and package.
- hasTransitiveArticle(String, String, String, boolean) - Method in class org.docgene.model.globals.ArticlesModel
-
Return true if the model has a concrete article for a specified id and package.
- HookContext - Class in org.docgene.parser
-
The context provided to element hooks.