public interface NoteContent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID()
Return the node ID.
|
int |
getIndex()
Return the node index.
|
java.util.List<XMLNoteRef> |
getNoteReferences()
Return the list of note references which refer to this note.
|
default java.lang.String |
getRef()
Return the node reference composed using the node index.
|
boolean |
hasID()
Return true if the node has an ID.
|
void |
setIndex(int index)
Set the node index.
|
boolean hasID()
java.lang.String getID()
void setIndex(int index)
index
- the node indexint getIndex()
default java.lang.String getRef()
java.util.List<XMLNoteRef> getNoteReferences()
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence