public class GedcomxModelVisitorBase extends Object implements GedcomxModelVisitor
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<Object> |
contextStack |
| Constructor and Description |
|---|
GedcomxModelVisitorBase() |
protected final LinkedList<Object> contextStack
public void visitGedcomx(Gedcomx gx)
visitGedcomx in interface GedcomxModelVisitorpublic void visitDocument(Document document)
visitDocument in interface GedcomxModelVisitorpublic void visitPlaceDescription(PlaceDescription place)
visitPlaceDescription in interface GedcomxModelVisitorpublic void visitEvent(Event event)
visitEvent in interface GedcomxModelVisitorpublic void visitEventRole(EventRole role)
visitEventRole in interface GedcomxModelVisitorpublic void visitAgent(Agent agent)
visitAgent in interface GedcomxModelVisitorpublic void visitSourceDescription(SourceDescription sourceDescription)
visitSourceDescription in interface GedcomxModelVisitorpublic void visitSourceCitation(SourceCitation citation)
visitSourceCitation in interface GedcomxModelVisitorpublic void visitCollection(Collection collection)
visitCollection in interface GedcomxModelVisitorpublic void visitRecordDescriptor(RecordDescriptor recordDescriptor)
visitRecordDescriptor in interface GedcomxModelVisitorpublic void visitField(Field field)
visitField in interface GedcomxModelVisitorpublic void visitFieldValue(FieldValue fieldValue)
visitFieldValue in interface GedcomxModelVisitorpublic void visitRelationship(Relationship relationship)
visitRelationship in interface GedcomxModelVisitorprotected void visitConclusion(Conclusion conclusion)
protected void visitSubject(Subject subject)
public void visitPerson(Person person)
visitPerson in interface GedcomxModelVisitorpublic void visitFact(Fact fact)
visitFact in interface GedcomxModelVisitorpublic void visitPlaceReference(PlaceReference place)
visitPlaceReference in interface GedcomxModelVisitorpublic void visitDate(Date date)
visitDate in interface GedcomxModelVisitorpublic void visitName(Name name)
visitName in interface GedcomxModelVisitorpublic void visitNameForm(NameForm form)
visitNameForm in interface GedcomxModelVisitorpublic void visitNamePart(NamePart part)
visitNamePart in interface GedcomxModelVisitorpublic void visitGender(Gender gender)
visitGender in interface GedcomxModelVisitorpublic void visitSourceReference(SourceReference sourceReference)
visitSourceReference in interface GedcomxModelVisitorpublic void visitNote(Note note)
visitNote in interface GedcomxModelVisitorpublic void visitEvidenceReference(EvidenceReference evidenceReference)
visitEvidenceReference in interface GedcomxModelVisitorpublic LinkedList<Object> getContextStack()
Copyright © 2016. All rights reserved.