public class NoteReference extends Object implements DocumentElement
| Constructor and Description |
|---|
NoteReference(NoteType noteType,
String noteId) |
| Modifier and Type | Method and Description |
|---|---|
<T,U> T |
accept(DocumentElementVisitor<T,U> visitor,
U context) |
static NoteReference |
endnoteReference(String noteId) |
static NoteReference |
footnoteReference(String noteId) |
String |
getNoteId() |
NoteType |
getNoteType() |
public static NoteReference footnoteReference(String noteId)
public static NoteReference endnoteReference(String noteId)
public NoteType getNoteType()
public String getNoteId()
public <T,U> T accept(DocumentElementVisitor<T,U> visitor, U context)
accept in interface DocumentElementCopyright © 2018. All rights reserved.