| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.rt | |
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
List<RecordDescriptor> |
Gedcomx.getRecordDescriptors()
The record descriptors included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addRecordDescriptor(RecordDescriptor recordDescriptor)
Add a recordDescriptor to the data set.
|
Gedcomx |
Gedcomx.recordDescriptor(RecordDescriptor recordDescriptor)
Build this out with a record descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setRecordDescriptors(List<RecordDescriptor> recordDescriptors)
The record descriptors included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDescriptor.embed(RecordDescriptor recordDescriptor)
Embed another record descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitRecordDescriptor(RecordDescriptor recordDescriptor) |
void |
GedcomxModelVisitor.visitRecordDescriptor(RecordDescriptor recordDescriptor) |
void |
GedcomxLocalReferenceResolver.visitRecordDescriptor(RecordDescriptor recordDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
RecordDescriptor |
FieldMap.getRecordDescriptor()
Get the RecordDescriptor that goes with this record.
|
static RecordDescriptor |
FieldMap.getRecordDescriptor(DocMap collectionDocMap,
DocMap recordDocMap)
Find the RecordDescriptor from the collection document that is referenced by the main source description
from the record document, i.e., find the record's record descriptor in the collection.
|
RecordDescriptor |
DocMap.getRecordDescriptor(String recordDescriptorIdOrUrl)
Find the RecordDescriptor referenced by the given id (with or without a "#"), or URL (with "#" and a local id).
|
RecordDescriptor |
DocMap.getRecordDescriptor(URI recordDescriptorId)
Find the RecordDescriptor referenced by the given id (with or without a "#").
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,RecordDescriptor> |
DocMap.getRecordDescriptorMap(Gedcomx doc)
Create a map of local id (and "#" + id) to the RecordDescriptor that has that id.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FieldValueDescriptor> |
FieldMap.getLabelFieldValueDescriptorMap(RecordDescriptor recordDescriptor)
Get a map of labelId to FieldValueDescriptor for that label id.
|
Copyright © 2016. All rights reserved.