* The element attributes
*/
private void enterPolyList(final Attributes attributes)
{
this.polyListBuilder = new PolyListBuilder();
this.polyListBuilder.setCount(Integer.parseInt(attributes
.getValue("count")));
this.polyListBuilder.setMaterial(attributes.getValue("material"));
this.polyListBuilder.setName(attributes.getValue("name"));
this.primitivesBuilder = this.polyListBuilder;