Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLParentArticle
Represents an article which can have children chapters and paragraphs.
|
Modifier and Type | Class and Description |
---|---|
class |
org.docgene.model.AbstractXMLParent |
class |
org.docgene.model.AbstractXMLParentArticle |
class |
org.docgene.model.HeaderElement |
class |
XMLArticle
Represents an XML article.
|
class |
XMLChapter
Represents a chapter.
|
class |
XMLDisambArticle
Represents an XML disambiguation article.
|
class |
XMLDiv
Represent a container of sentences.
|
class |
XMLFallbackArticle
Represents a fallback article.
|
class |
XMLFooter
Represent the text to be added in the articles footer.
|
class |
XMLHeader
Represent the text to be added in the articles header.
|
class |
XMLIndex
Represents an XML index article.
|
class |
XMLRawHTMLArticle
The element for a raw html article.
|
Modifier and Type | Method and Description |
---|---|
XMLParent |
XMLArticle.getParent()
Return null.
|
XMLParent |
XMLChapter.getParent()
Return the chapter parent.
|
XMLParent |
XMLDisambArticle.getParent()
Return null.
|
XMLParent |
XMLDiv.getParent()
Return null.
|
XMLParent |
XMLFallbackArticle.getParent()
Return null.
|
XMLParent |
XMLParent.getParent()
Return the element parent.
|
XMLParent |
XMLRawHTMLArticle.getParent() |
Constructor and Description |
---|
XMLChapter(XMLParent parent,
java.lang.String title,
boolean keepCase)
Constructor.
|
XMLChapter(XMLParent parent,
java.lang.String title,
java.lang.String id,
boolean keepCase)
Constructor.
|
XMLDiv(XMLParent parent) |
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence