public interface XMLParent
Modifier and Type | Method and Description |
---|---|
void |
addChapter(XMLChapter chapter)
Add a chapter.
|
void |
addParagraph(org.docgene.model.AbstractParagraph par)
Add a paragraph.
|
java.util.List<XMLChapter> |
getChapters()
Return the element children chapters.
|
java.util.List<org.docgene.model.AbstractParagraph> |
getParagraphs()
Return the element children paragraphs.
|
XMLParent |
getParent()
Return the element parent.
|
XMLParent getParent()
java.util.List<XMLChapter> getChapters()
void addChapter(XMLChapter chapter)
chapter
- the chapterjava.util.List<org.docgene.model.AbstractParagraph> getParagraphs()
void addParagraph(org.docgene.model.AbstractParagraph par)
par
- the paragraphCopyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence