}
case INITIAL_PROPERTY_SET: {
return new InitialPropertySet(parent, propertyList);
}
case INLINE: {
return new Inline(parent, propertyList);
}
case INLINE_CONTAINER: {
return new InlineContainer(parent, propertyList);
}
case INSTREAM_FOREIGN_OBJECT: {