186187188189190191192193194195196
} case DECLARATIONS: { return new Declarations(parent, propertyList); } case EXTERNAL_GRAPHIC: { return new ExternalGraphic(parent, propertyList); } case FLOAT: { return new Float(parent, propertyList); } case FLOW: {