Uses of Class
org.gedcomx.util.DocMap

Packages that use DocMap
org.gedcomx.util   
 

Uses of DocMap in org.gedcomx.util
 

Methods in org.gedcomx.util that return DocMap
 DocMap FieldMap.getCollectionDocMap()
          Get the DocMap for the collection that the record is found in.
 DocMap FieldMap.getRecordDocMap()
          Get the DocMap for the record.
 

Methods in org.gedcomx.util with parameters of type DocMap
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.
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
FieldMap(DocMap recordDocMap, DocMap collectionDocMap)
          Constructor using a DocMap for a collection and record.
 



Copyright © 2015. All rights reserved.