/**
  * Enter description here...
  *
  * @param <type> $key
  */
 public function removeData($key)
 {
     foreach ($this as $node) {
         phpQuery::removeData($node, $key, $this->getDocumentID());
     }
     return $this;
 }