/**
  *
  * @return \webignition\InternetMediaType\Parameter\Parser\AttributeParser 
  */
 private function getAttributeParser()
 {
     $attributeParser = new AttributeParser();
     $attributeParser->setConfiguration($this->getConfiguration());
     return $attributeParser;
 }