| Package | Description |
|---|---|
| org.docgene.model |
Contains the documentation model.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XMLChapter> |
XMLChapter.getChapters()
Return the element children chapters.
|
default java.util.List<XMLChapter> |
XMLParentArticle.getChapters()
Return the element children chapters.
|
java.util.List<XMLChapter> |
XMLRawHTMLArticle.getChapters() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLArticle.addChapter(XMLChapter chapter)
Add a chapter to the article.
|
void |
XMLChapter.addChapter(XMLChapter chapter)
Add a chapter.
|
default void |
XMLParentArticle.addChapter(XMLChapter chapter)
Add a chapter.
|
void |
XMLRawHTMLArticle.addChapter(XMLChapter chapter) |
void |
XMLArticle.addChapter(XMLChapter chapter,
boolean includeInSearch,
boolean allowIdenticalTitles)
Add a resolved chapter to the article.
|
void |
XMLArticle.addResolvedChapter(XMLChapter chapter,
boolean allowIdenticalTitles)
Add a resolved chapter to the article.
|
| Constructor and Description |
|---|
XMLChapter(XMLChapter parent,
java.lang.String title,
boolean keepCase)
Constructor.
|
XMLChapter(XMLChapter parent,
java.lang.String title,
java.lang.String id,
boolean keepCase)
Constructor.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence