Uses of Class
org.gedcomx.util.DocMap
-
Packages that use DocMap Package Description org.gedcomx.util -
-
Uses of DocMap in org.gedcomx.util
Methods in org.gedcomx.util that return DocMap Modifier and Type Method Description DocMapFieldMap. getCollectionDocMap()Get the DocMap for the collection that the record is found in.DocMapFieldMap. getRecordDocMap()Get the DocMap for the record.Methods in org.gedcomx.util with parameters of type DocMap Modifier and Type Method Description static RecordDescriptorFieldMap. 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.static booleanFieldMap. isCensus(DocMap recordDocMap)Tell whether the record with the given DocMap is a Census record, i.e., if it has a SourceDescription with a Coverage with a RecordType of Census.Constructors in org.gedcomx.util with parameters of type DocMap Constructor Description FieldMap(DocMap recordDocMap, DocMap collectionDocMap)Constructor using a DocMap for a collection and record.
-