Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLBasicNote
Represent the content of a "note" element.
|
class |
XMLCitation
Represent the content of a "cite" element.
|
Modifier and Type | Method and Description |
---|---|
NoteContent |
XMLNoteRef.getNote()
Return the note.
|
NoteContent |
XMLArticle.getNote(java.lang.String id)
Return the note of a specified ID.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<NoteContent> |
Article.getNotes()
Return the notes.
|
java.util.List<NoteContent> |
XMLArticle.getNotes()
Return the notes.
|
default java.util.List<NoteContent> |
XMLParentArticle.getNotes()
Return the notes.
|
java.util.Map<java.lang.String,NoteContent> |
XMLArticle.getNotesByID()
Return the notes sorted by their ID.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLArticle.addNote(NoteContent note)
Add a note.
|
void |
XMLNoteRef.setNote(NoteContent note)
Set the note.
|
Constructor and Description |
---|
XMLNoteRef(NoteContent note)
Constructor.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence