Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLChapter
Represents a chapter.
|
class |
XMLTitle
Represents a title.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,TitledElement> |
XMLArticle.getSearchableTitles()
Return the map of Searchable titles.
|
default java.util.Map<java.lang.String,TitledElement> |
XMLParentArticle.getSearchableTitles()
Return the map of Searchable titles.
|
java.util.Map<java.lang.String,TitledElement> |
XMLRawHTMLArticle.getSearchableTitles()
Return the map of Searchable titles.
|
java.util.List<TitledElement> |
XMLArticle.getTitledElementsList()
Return the ordered list of titled elements (chapters or titles).
|
default java.util.List<TitledElement> |
XMLParentArticle.getTitledElementsList()
Return the ordered list of titled elements (chapters or titles).
|
Modifier and Type | Method and Description |
---|---|
void |
XMLArticle.addTitle(TitledElement title,
boolean allowIdenticalTitles)
Add a title to the article.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLArticle.setTitledElementsList(java.util.List<TitledElement> titledEltsList)
Set the ordered list of titled elements (chapters or titles).
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence