writer2latex.office
public final class BibMark extends Object
This class represents a single bibliography-mark.
| Field Summary | |
|---|---|
| static int | ADDRESS |
| static int | ANNOTE |
| static int | AUTHOR |
| static int | BOOKTITLE |
| static int | CHAPTER |
| static int | CUSTOM1 |
| static int | CUSTOM2 |
| static int | CUSTOM3 |
| static int | CUSTOM4 |
| static int | CUSTOM5 |
| static int | EDITION |
| static int | EDITOR |
| static int | FIELD_COUNT |
| static int | HOWPUBLISHED |
| static int | INSTITUTION |
| static int | ISBN |
| static int | JOURNAL |
| static int | MONTH |
| static int | NOTE |
| static int | NUMBER |
| static int | ORGANIZATIONS |
| static int | PAGES |
| static int | PUBLISHER |
| static int | REPORT_TYPE |
| static int | SCHOOL |
| static int | SERIES |
| static int | TITLE |
| static int | URL |
| static int | VOLUME |
| static int | YEAR |
| Constructor Summary | |
|---|---|
| BibMark(String sIdentifier, String sEntryType) Create a new BibMark from scratch. | |
| BibMark(Node node) Create a new BibMark from a text:bibliography-mark node. | |
| Method Summary | |
|---|---|
| String | getEntryType() Get the entry type. |
| String | getField(int nField) Return a specific field. |
| String | getIdentifier() Get the identifier. |
| void | setField(int nField, String sValue) Set a specific field. |
Create a new BibMark from scratch.
Create a new BibMark from a text:bibliography-mark node.
Get the entry type.
Return a specific field.
Get the identifier.
Set a specific field.