Package | Description |
---|---|
org.docgene.api |
This package allows to generate a wiki in another application, using the docGenerator API.
|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Method and Description |
---|---|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
AnchorElement anchor)
Add a reference at the end of an article.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
AnchorElement anchor,
java.lang.String desc)
Add a reference at the end of an article.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
ParagraphElementParent parent,
AnchorElement anchor)
Add a reference.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
ParagraphElementParent parent,
AnchorElement anchor,
java.lang.String desc)
Add a reference.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
ParagraphElementParent parent,
java.lang.String refID)
Add a reference.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
ParagraphElementParent parent,
java.lang.String refID,
java.lang.String desc)
Add a reference.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
ParagraphElementParent parent,
XMLParentArticle refArticle)
Add a reference.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
ParagraphElementParent parent,
XMLParentArticle refArticle,
java.lang.String desc)
Add a reference.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
java.lang.String refID)
Add a reference at the end of an article.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
java.lang.String refID,
java.lang.String desc)
Add a reference at the end of an article.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
XMLParentArticle refArticle)
Add a reference at the end of an article.
|
XMLReference |
DocGeneratorAPI.addReference(XMLArticle article,
XMLParentArticle refArticle,
java.lang.String desc)
Add a reference at the end of an article.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMoreInfoRef
Represent an "info" or "moreInfo" reference.
|
class |
XMLMoreInfo
Represent a "moreInfo" reference which is present in a "Main Article" tag.
|
class |
XMLMoreInfoRef
Represent an "info" ref which is present under a "moreInfo" ref.
|
class |
XMLSeeAlso
Represent an internal reference which is present in a "See Also" chapter.
|
class |
XMLSeeAlsoHeading
Represent a "SeeAlso" reference in the article header.
|
class |
XMLSeeArticle
Represent an internal reference which is present in a "See also" tag in a paragraph.
|
Modifier and Type | Method and Description |
---|---|
XMLReference |
ImageMap.Area.getReference()
Return the reference.
|
XMLReference |
XMLExtendedImage.getReference()
Return the reference on the image.
|
XMLReference |
XMLImage.getReference()
Return the reference on the image.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLExtendedImage.addReference(XMLReference ref)
Add a reference on the image.
|
void |
XMLImage.addReference(XMLReference ref)
Do nothing.
|
Constructor and Description |
---|
Area(short type,
java.util.List<java.lang.Integer> coords,
XMLReference ref)
Constructor.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence