/**
  * @param PageTypePublishTarget $target
  * @param \SimpleXMLElement $element
  */
 public function loadFromXml(PublishTarget $target, \SimpleXMLElement $element)
 {
     $target->setFormFactor((string) $element['form-factor']);
     $target->setPageType((string) $element['pagetype']);
 }