Uses of Class
org.gedcomx.util.DocMap

Packages that use DocMap
Package
Description
 
  • Uses of DocMap in org.gedcomx.util

    Methods in org.gedcomx.util that return DocMap
    Modifier and Type
    Method
    Description
    Get the DocMap for the collection that the record is found in.
    FieldMap.getRecordDocMap()
    Get the DocMap for the record.
    Methods in org.gedcomx.util with parameters of type DocMap
    Modifier and Type
    Method
    Description
    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.
    static boolean
    FieldMap.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
    Modifier
    Constructor
    Description
     
    FieldMap(DocMap recordDocMap, DocMap collectionDocMap)
    Constructor using a DocMap for a collection and record.