Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Class and Description |
---|---|
class |
org.docgene.model.AbstractXMLParentArticle |
class |
XMLArticle
Represents an XML article.
|
class |
XMLDisambArticle
Represents an XML disambiguation article.
|
class |
XMLFallbackArticle
Represents a fallback article.
|
class |
XMLIndex
Represents an XML index article.
|
class |
XMLRawHTMLArticle
The element for a raw html article.
|
Modifier and Type | Method and Description |
---|---|
XMLParentArticle |
XMLDisambArticle.getArticle()
Return this.
|
XMLParentArticle |
XMLFallbackArticle.getArticle()
Return this.
|
XMLParentArticle |
XMLMap.getArticle()
Return the article in which this Map is used.
|
XMLParentArticle |
XMLMessageBox.getArticle()
Return the article in which this message box is used.
|
XMLParentArticle |
XMLRedirect.getArticle()
Return the XMLArticle which is really accessed through this Article.
|
XMLParentArticle |
XMLInclude.getReferencedArticle()
Return the referenced article.
|
XMLParentArticle |
XMLRedirect.getReferencedArticle()
Return the XMLArticle which is really accessed through this Article.
|
XMLParentArticle |
XMLReference.getReferencedArticle()
Return the referenced article.
|
XMLParentArticle |
XMLIndex.getReferToArticle()
Set the article on which the index is referring to.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,XMLParentArticle> |
XMLParentArticle.getArticleParents()
Return the articles which include this article.
|
java.util.Map<java.lang.String,XMLParentArticle> |
XMLRawHTMLArticle.getArticleParents() |
java.util.SortedMap<java.lang.String,XMLParentArticle> |
XMLParentArticle.getLinksFrom()
Return the articles from which there is a reference to this article.
|
java.util.SortedMap<java.lang.String,XMLParentArticle> |
XMLRawHTMLArticle.getLinksFrom()
Return the articles from which there is a reference to this article.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParentArticle.addArticleParent(XMLParentArticle article)
Add an article which include this article.
|
void |
XMLRawHTMLArticle.addArticleParent(XMLParentArticle article) |
void |
XMLParentArticle.addLinkFromArticle(XMLParentArticle article)
Add an article from which there is a reference to this article.
|
void |
XMLRawHTMLArticle.addLinkFromArticle(XMLParentArticle article)
Add an article from which there is a reference to this article.
|
void |
XMLInclude.bind(XMLParentArticle article)
Set the referenced article.
|
void |
XMLRedirect.bind(XMLParentArticle article)
Set the referenced article.
|
void |
XMLReference.bind(XMLParentArticle article)
Set the referenced article.
|
void |
XMLRedirect.bind(XMLParentArticle article,
org.docgene.model.AnchorElement anchor)
Set the referenced article and associated chapter or title.
|
void |
XMLReference.bind(XMLParentArticle article,
org.docgene.model.AnchorElement anchor)
Set the referenced article and associated chapter or title.
|
protected java.lang.String |
XMLReference.getDescription(XMLParentArticle article,
java.lang.String refID)
Return the description associated to an ID and an article.
|
protected java.lang.String |
XMLSeeArticle.getDescription(XMLParentArticle article,
java.lang.String refID)
Return the description associated to an ID and an article.
|
void |
XMLIndex.setReferTo(XMLParentArticle referToArticle)
Set the article on which the index is referring to.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParentArticle.setLinkFromArticles(java.util.SortedMap<java.lang.String,XMLParentArticle> linksFrom)
Set the articles from which there is a reference to this article.
|
void |
XMLRawHTMLArticle.setLinkFromArticles(java.util.SortedMap<java.lang.String,XMLParentArticle> linksFrom)
Set the articles from which there is a reference to this article.
|
Constructor and Description |
---|
XMLMap(XMLParentArticle article)
Constructor.
|
XMLMessageBox(XMLParentArticle article)
Constructor.
|
XMLMessageBox(XMLParentArticle article,
java.io.File href)
Constructor.
|
XMLMessageBox(XMLParentArticle article,
java.lang.String id,
java.lang.String pack)
Constructor.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence