}
case FOOTNOTE_BODY: {
return new FootnoteBody(parent, propertyList);
}
case INDEX_KEY_REFERENCE: {
return new IndexKeyReference(parent, propertyList);
}
case INDEX_PAGE_CITATION_LIST: {
return new IndexPageCitationList(parent, propertyList);
}
case INDEX_PAGE_CITATION_LIST_SEPARATOR: {