Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XMLChapter> |
AbstractXMLParent.chapters
The chapters list.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XMLChapter> |
AbstractXMLParent.getChapters()
Return the element children chapters.
|
java.util.List<XMLChapter> |
OpaqueArticle.getChapters() |
java.util.List<XMLChapter> |
XMLDiv.getChapters()
Return null.
|
java.util.List<XMLChapter> |
XMLParent.getChapters()
Return the element children chapters.
|
java.util.List<XMLChapter> |
XMLRawHTMLArticle.getChapters() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXMLParent.addChapter(XMLChapter chapter)
Add a chapter.
|
void |
OpaqueArticle.addChapter(XMLChapter chapter) |
void |
XMLArticle.addChapter(XMLChapter chapter)
Add a chapter to the article.
|
void |
XMLDiv.addChapter(XMLChapter chapter)
Do nothing.
|
void |
XMLParent.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.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence