Module python_gedcom_2.element
Module containing all relevant elements generated by a gedcom.parser.Parser
.
An element represents a line within GEDCOM data.
Most element types defined in the GEDCOM spec do not have classes here - only those that have methods that shouldn't live in the more generic Element class.
Expand source code
"""
Module containing all relevant elements generated by a `gedcom.parser.Parser`.
An element represents a line within GEDCOM data.
Most element types defined in the GEDCOM spec do not have classes here - only those
that have methods that shouldn't live in the more generic Element class.
"""
Sub-modules
python_gedcom_2.element.adoption
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_ADOPTION
python_gedcom_2.element.adult_christening
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_ADULT_CHRISTENING
python_gedcom_2.element.annulment
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_ANNULMENT
python_gedcom_2.element.baptism
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_BAPTISM
python_gedcom_2.element.bar_mitzvah
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_BAR_MITZVAH
python_gedcom_2.element.bas_mitzvah
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_BAR_MITZVAH
python_gedcom_2.element.birth
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_BIRTH
python_gedcom_2.element.blessing
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_BLESSING
python_gedcom_2.element.burial
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_BURIAL
python_gedcom_2.element.caste
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_CASTE
python_gedcom_2.element.census
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_CENSUS
python_gedcom_2.element.children_count
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_CHILDREN_COUNT
python_gedcom_2.element.christening
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_CHRISTENING
python_gedcom_2.element.confirmation
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_CONFIRMATION
python_gedcom_2.element.cremation
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_CREMATION
python_gedcom_2.element.date
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_DATE
python_gedcom_2.element.death
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_DEATH
python_gedcom_2.element.divorce
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_DIVORCE
python_gedcom_2.element.divorce_filed
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_DIVORCE_FILED
python_gedcom_2.element.education
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_EDUCATION
python_gedcom_2.element.element
-
Base GEDCOM element
python_gedcom_2.element.emigration
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_EMIGRATION
python_gedcom_2.element.engagement
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_ENGAGEMENT
python_gedcom_2.element.event
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_EVENT
python_gedcom_2.element.event_detail
python_gedcom_2.element.family
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_FAMILY
python_gedcom_2.element.file
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_FILE
python_gedcom_2.element.first_communion
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_FIRST_COMMUNION
python_gedcom_2.element.graduation
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_GRADUATION
python_gedcom_2.element.identification_number
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_IDENTIFICATION_NUMBER
python_gedcom_2.element.immigration
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_IMMIGRATION
python_gedcom_2.element.individual
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_INDIVIDUAL
python_gedcom_2.element.marriage
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_MARRIAGE
python_gedcom_2.element.marriage_bann
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_MARRIAGE_BANN
python_gedcom_2.element.marriage_contract
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_MARR_CONTRACT
python_gedcom_2.element.marriage_count
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_MARRIAGE_COUNT
python_gedcom_2.element.marriage_license
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_MARR_LICENSE
python_gedcom_2.element.marriage_settlement
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_MARR_SETTLEMENT
python_gedcom_2.element.nationality
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_NATIONALITY
python_gedcom_2.element.naturalization
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_NATURALIZATION
python_gedcom_2.element.object
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_OBJECT
python_gedcom_2.element.occupation
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_OCCUPATION
python_gedcom_2.element.ordinance
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_ORDINANCE
python_gedcom_2.element.ordination
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_ORDINATION
python_gedcom_2.element.physical_description
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_PHYSICAL_DESCRIPTION
python_gedcom_2.element.probate
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_PROBATE
python_gedcom_2.element.property
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_PROPERTY
python_gedcom_2.element.religion
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_RELIGION
python_gedcom_2.element.residence
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_RESIDENCE
python_gedcom_2.element.retirement
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_RETIREMENT
python_gedcom_2.element.root
-
Virtual GEDCOM root element containing all logical records as children
python_gedcom_2.element.social_security_number
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_SOCIAL_SECURITY_NUMBER
python_gedcom_2.element.title
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_TITLE
python_gedcom_2.element.will
-
GEDCOM element consisting of tag
gedcom.tags.GEDCOM_TAG_WILL